[PR #1008] [CLOSED] Bump serde from 1.0.128 to 1.0.141 #1127

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/1008
Author: @dependabot[bot]
Created: 8/1/2022
Status: Closed

Base: masterHead: dependabot/cargo/serde-1.0.141


📝 Commits (1)

  • 12996a3 Bump serde from 1.0.128 to 1.0.141

📊 Changes

1 file changed (+36 additions, -30 deletions)

View changed files

📝 Cargo.lock (+36 -30)

📄 Description

Bumps serde from 1.0.128 to 1.0.141.

Release notes

Sourced from serde's releases.

v1.0.141

  • Add no-std category to crates.io metadata

v1.0.140

  • Invert serde_derive cfgs to convenience non-Cargo builds on a modern toolchain (#2251, thanks @​taiki-e)

v1.0.139

  • Add new constructor function for all IntoDeserializer impls (#2246)

v1.0.138

  • Documentation improvements

v1.0.137

  • Update documentation links to some data formats whose repos have moved (#2201, thanks @​atouchet)
  • Fix declared rust-version of serde and serde_test (#2168)

v1.0.136

  • Improve default error message when Visitor fails to deserialize a u128 or i128 (#2167)

v1.0.135

  • Update discord channels listed in readme

v1.0.134

  • Improve error messages on deserializing NonZero integers from a 0 value (#2158)

v1.0.133

  • Optimize deserialization of data structures that contain recursive use of flatten fields or tag or untagged enums (#2148)

v1.0.132

  • Enable Serialize and Deserialize impls for std::sync::atomic::{AtomicI64, AtomicU64} on riscv64 arch (#2141, thanks @​Avimitin)

v1.0.131

  • Avoid unused_results being triggered in generated code for adjacently tagged enum (#2116, thanks @​tyranron)

v1.0.130

  • Provide MapAccess and SeqAccess impl for reference to a dynamically sized existing impl (#2081)

v1.0.129

  • Support deserialization of remote structs that used packed repr (#2078, #2079, #2080)
Commits
  • d786e75 Release 1.0.141
  • 10e4839 Move Postcard link up to Bincode spot
  • 85e7265 Add categories to crates.io metadata
  • c9cc8a8 Add authors to Cargo.toml
  • a925ce4 Sort package entries in Cargo.toml
  • c5f6338 Release 1.0.140
  • 5185487 Merge pull request #2251 from taiki-e/derive-cfg
  • efaafd4 Invert build.rs cfgs in serde_derive
  • a0eb83a Resolve invalid_utf8_in_unchecked clippy lint in ancient test code
  • 7cc6f7f Ignore new_without_default clippy lint
  • Additional commits viewable 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)

🔄 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/1008 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.141` --- ### 📝 Commits (1) - [`12996a3`](https://github.com/Rigellute/spotify-tui/commit/12996a339cd7be95fccfd45575761a49aa38766f) Bump serde from 1.0.128 to 1.0.141 ### 📊 Changes **1 file changed** (+36 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+36 -30) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.128 to 1.0.141. <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.141</h2> <ul> <li>Add <code>no-std</code> category to crates.io metadata</li> </ul> <h2>v1.0.140</h2> <ul> <li>Invert serde_derive cfgs to convenience non-Cargo builds on a modern toolchain (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2251">#2251</a>, thanks <a href="https://github.com/taiki-e"><code>@​taiki-e</code></a>)</li> </ul> <h2>v1.0.139</h2> <ul> <li>Add <code>new</code> constructor function for all <code>IntoDeserializer</code> impls (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2246">#2246</a>)</li> </ul> <h2>v1.0.138</h2> <ul> <li>Documentation improvements</li> </ul> <h2>v1.0.137</h2> <ul> <li>Update documentation links to some data formats whose repos have moved (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2201">#2201</a>, thanks <a href="https://github.com/atouchet"><code>@​atouchet</code></a>)</li> <li>Fix declared <code>rust-version</code> of serde and serde_test (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2168">#2168</a>)</li> </ul> <h2>v1.0.136</h2> <ul> <li>Improve default error message when <code>Visitor</code> fails to deserialize a u128 or i128 (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2167">#2167</a>)</li> </ul> <h2>v1.0.135</h2> <ul> <li>Update discord channels listed in readme</li> </ul> <h2>v1.0.134</h2> <ul> <li>Improve error messages on deserializing NonZero integers from a 0 value (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2158">#2158</a>)</li> </ul> <h2>v1.0.133</h2> <ul> <li>Optimize deserialization of data structures that contain recursive use of <code>flatten</code> fields or <code>tag</code> or <code>untagged</code> enums (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2148">#2148</a>)</li> </ul> <h2>v1.0.132</h2> <ul> <li>Enable Serialize and Deserialize impls for <code>std::sync::atomic::{AtomicI64, AtomicU64}</code> on riscv64 arch (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2141">#2141</a>, thanks <a href="https://github.com/Avimitin"><code>@​Avimitin</code></a>)</li> </ul> <h2>v1.0.131</h2> <ul> <li>Avoid <code>unused_results</code> being triggered in generated code for adjacently tagged enum (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2116">#2116</a>, thanks <a href="https://github.com/tyranron"><code>@​tyranron</code></a>)</li> </ul> <h2>v1.0.130</h2> <ul> <li>Provide <code>MapAccess</code> and <code>SeqAccess</code> impl for reference to a dynamically sized existing impl (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2081">#2081</a>)</li> </ul> <h2>v1.0.129</h2> <ul> <li>Support deserialization of remote structs that used packed repr (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2078">#2078</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2079">#2079</a>, <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2080">#2080</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/d786e750d7e600fb0d6f1c954ff937ea552d0c56"><code>d786e75</code></a> Release 1.0.141</li> <li><a href="https://github.com/serde-rs/serde/commit/10e4839f8325dab5472b0ebf5551f4d607f14a33"><code>10e4839</code></a> Move Postcard link up to Bincode spot</li> <li><a href="https://github.com/serde-rs/serde/commit/85e72653c81580798efc6494b001fe04c7babc75"><code>85e7265</code></a> Add categories to crates.io metadata</li> <li><a href="https://github.com/serde-rs/serde/commit/c9cc8a8924041990e21e8e0df46fd62ffe7a25cf"><code>c9cc8a8</code></a> Add authors to Cargo.toml</li> <li><a href="https://github.com/serde-rs/serde/commit/a925ce41190080cb73050554bd8d44fb0dd31a27"><code>a925ce4</code></a> Sort package entries in Cargo.toml</li> <li><a href="https://github.com/serde-rs/serde/commit/c5f6338ce2b92ea09ca13345fe7e15ae5e597c30"><code>c5f6338</code></a> Release 1.0.140</li> <li><a href="https://github.com/serde-rs/serde/commit/5185487d7350937793df55480444ad2ee1eea7e1"><code>5185487</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2251">#2251</a> from taiki-e/derive-cfg</li> <li><a href="https://github.com/serde-rs/serde/commit/efaafd44580dc4776b45b78152fa2c5333d8f0a6"><code>efaafd4</code></a> Invert build.rs cfgs in serde_derive</li> <li><a href="https://github.com/serde-rs/serde/commit/a0eb83a5d4e0a175933e22d21df1f6ad6251e88a"><code>a0eb83a</code></a> Resolve invalid_utf8_in_unchecked clippy lint in ancient test code</li> <li><a href="https://github.com/serde-rs/serde/commit/7cc6f7fbb02679e59d174fffa70f498c0d7af858"><code>7cc6f7f</code></a> Ignore new_without_default clippy lint</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.128...v1.0.141">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.128&new-version=1.0.141)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </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:33 +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#1127
No description provided.