Skip to content

Commit a0c7299

Browse files
chore(deps,cargo): bump serde from 1.0.226 to 1.0.227 in the cargo group (#399)
Bumps the cargo group with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.226 to 1.0.227 <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.227</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/415d9fc5601add94aac3c1882bd63e3f555ce2a2"><code>415d9fc</code></a> Release 1.0.227</li> <li><a href="https://github.com/serde-rs/serde/commit/7c58427e1259566b4835444951ff79406c75205f"><code>7c58427</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2991">#2991</a> from dtolnay/inlinecoredoc</li> <li><a href="https://github.com/serde-rs/serde/commit/9d3410e3f4e38f9ea1a798e7ae9fab71577ab31b"><code>9d3410e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2992">#2992</a> from dtolnay/inplaceseed</li> <li><a href="https://github.com/serde-rs/serde/commit/2fb6748bf1ff939a2208d70b26708ddc75ab2e88"><code>2fb6748</code></a> Remove InPlaceSeed public re-export</li> <li><a href="https://github.com/serde-rs/serde/commit/f8137c79a20137c9483d21d3c8e628e83d3b91ba"><code>f8137c7</code></a> Inline serde_core into serde in docsrs mode</li> <li><a href="https://github.com/serde-rs/serde/commit/b7dbf7e3cb53bc9b9442047229e4f125bb07783e"><code>b7dbf7e</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2990">#2990</a> from dtolnay/integer128</li> <li><a href="https://github.com/serde-rs/serde/commit/7c836915fc8d6fab4990764096e53e9a668cf3df"><code>7c83691</code></a> No longer macro_use integer128 module</li> <li><a href="https://github.com/serde-rs/serde/commit/aa2d9b208a3677949b230d08b16ba8fdfead8069"><code>aa2d9b2</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2989">#2989</a> from dtolnay/pr2987</li> <li><a href="https://github.com/serde-rs/serde/commit/3a7c11c82c431e5f4af8797a1c3a98613061a293"><code>3a7c11c</code></a> Rename enum_untagged::generate_newtype_variant -&gt; deserialize_newtype_variant</li> <li><a href="https://github.com/serde-rs/serde/commit/11ce4402bd083b880d2d482c9acb394d9bc85771"><code>11ce440</code></a> Rename enum_untagged::generate_variant -&gt; deserialize_variant</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.226...v1.0.227">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.226&new-version=1.0.227)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4e7cdb commit a0c7299

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ prost = "0.14.1"
4040
prost-types = "0.14.1"
4141
regress = "0.10.4"
4242
semver = { version = "1.0.27", optional = true }
43-
serde = { version = "1.0.226", features = ["derive"] }
43+
serde = { version = "1.0.227", features = ["derive"] }
4444
serde_json = "1.0.145"
4545
serde_yaml = { version = "0.9.34", optional = true }
4646
thiserror = { version = "2.0.16", optional = true }

0 commit comments

Comments
 (0)