[PR #771] [MERGED] Bump serde from 1.0.124 to 1.0.125 #1025

Closed
opened 2026-02-28 14:54:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/771
Author: @dependabot-preview[bot]
Created: 3/23/2021
Status: Merged
Merged: 3/30/2021
Merged by: @Rigellute

Base: masterHead: dependabot/cargo/serde-1.0.125


📝 Commits (1)

  • 4b8e71e Bump serde from 1.0.124 to 1.0.125

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps serde from 1.0.124 to 1.0.125.

Release notes

Sourced from serde's releases.

v1.0.125

  • Improve performance of serializing Ipv4Addr (#2001, thanks @saethlin)
Commits
  • e9270e5 Release 1.0.125
  • 72060b7 Extend test_format_u8 to include u8::MAX
  • 1bb23ad Remove format_u8 when not used by Ipv4Addr impl
  • 9be4c96 Merge pull request 2001 from saethlin/optimize-ipaddr
  • 4114e90 Fix off-by-one mistake, explain the offset
  • 8bb07b0 skip UTF8 checking and initialize with b'.'
  • ba8c1d6 use the algorithm from itoa
  • 857a805 Faster Ipv4 serialization prototype
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/771 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/23/2021 **Status:** ✅ Merged **Merged:** 3/30/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.125` --- ### 📝 Commits (1) - [`4b8e71e`](https://github.com/Rigellute/spotify-tui/commit/4b8e71e98c09164cccfb1fa542d2dde7b1bde42a) Bump serde from 1.0.124 to 1.0.125 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.125</h2> <ul> <li>Improve performance of serializing <code>Ipv4Addr</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2001">#2001</a>, thanks <a href="https://github.com/saethlin"><code>@saethlin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/e9270e59f0c46817899dd61119674396f24c2b3e"><code>e9270e5</code></a> Release 1.0.125</li> <li><a href="https://github.com/serde-rs/serde/commit/72060b779a6411800f0e7052898133539b6b4713"><code>72060b7</code></a> Extend test_format_u8 to include u8::MAX</li> <li><a href="https://github.com/serde-rs/serde/commit/1bb23ad9d1a8a4eacbbb94ad5f230712dfa95c3c"><code>1bb23ad</code></a> Remove format_u8 when not used by Ipv4Addr impl</li> <li><a href="https://github.com/serde-rs/serde/commit/9be4c9654a656744d6fbd3bb25a1b076fee693af"><code>9be4c96</code></a> Merge pull request 2001 from saethlin/optimize-ipaddr</li> <li><a href="https://github.com/serde-rs/serde/commit/4114e90bac00726a404353fd507024137a0fce49"><code>4114e90</code></a> Fix off-by-one mistake, explain the offset</li> <li><a href="https://github.com/serde-rs/serde/commit/8bb07b074323fd80cf2c2064eb776ade7a98cf62"><code>8bb07b0</code></a> skip UTF8 checking and initialize with b'.'</li> <li><a href="https://github.com/serde-rs/serde/commit/ba8c1d63c84822b8ea432a5f3114b6031fb1135d"><code>ba8c1d6</code></a> use the algorithm from itoa</li> <li><a href="https://github.com/serde-rs/serde/commit/857a805993025734201e228e14537f0397bfb8ea"><code>857a805</code></a> Faster Ipv4 serialization prototype</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.124&new-version=1.0.125)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.124&new-version=1.0.125) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:54:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#1025
No description provided.