Skip to content

Commit 164fef0

Browse files
chore(deps-rs): bump serde_with from 3.15.1 to 3.16.0 in the minor group (#2692)
Bumps the minor group with 1 update: [serde_with](https://github.com/jonasbb/serde_with). Updates `serde_with` from 3.15.1 to 3.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasbb/serde_with/releases">serde_with's releases</a>.</em></p> <blockquote> <h2>serde_with v3.16.0</h2> <h3>Added</h3> <ul> <li>Added support for <code>smallvec</code> v1 under the <code>smallvec_1</code> feature flag by <a href="https://github.com/isharma228"><code>@​isharma228</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/895">#895</a>)</li> <li>Add <code>JsonSchemaAs</code> implementation for <code>json::JsonString</code> by <a href="https://github.com/yogevm15"><code>@​yogevm15</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/901">#901</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/066b9d4019ffd33408bd6829184c0a90bf559cc2"><code>066b9d4</code></a> Bump version to 3.16.0 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/903">#903</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/961a0b9e26a2ef47a5927fb288e35eb8ea907c18"><code>961a0b9</code></a> Bump version to 3.16.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/ac1f5d0355aeb59f9a1bce5d990c50e15236c7c6"><code>ac1f5d0</code></a> Add support for smallvec v1 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/895">#895</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/c83c4fcc2aa1824082fce42576a034c05616a399"><code>c83c4fc</code></a> Sort the crate features and remove alloc feature</li> <li><a href="https://github.com/jonasbb/serde_with/commit/af734ff59efc3d80be54f9f87ffb01a77749dfd0"><code>af734ff</code></a> Add support for <code>smallvec</code> v1</li> <li><a href="https://github.com/jonasbb/serde_with/commit/ec0ffa377816e4f90f4cb06ba7b54b71f349b9c7"><code>ec0ffa3</code></a> Add <code>JsonSchemaAs</code> implementation for <code>json::JsonString</code> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/901">#901</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/b0c119c9749c5979f19da92048b4b5ddc7b437c4"><code>b0c119c</code></a> Add <code>JsonSchemaAs</code> implementation for <code>json::JsonString</code></li> <li>See full diff in <a href="https://github.com/jonasbb/serde_with/compare/v3.15.1...v3.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_with&package-manager=cargo&previous-version=3.15.1&new-version=3.16.0)](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 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 775fbd9 commit 164fef0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -63,7 +63,7 @@ rstest = "0.26.1"
6363
semver = "1.0.27"
6464
serde = "1.0.228"
6565
serde_json = "1.0.145"
66-
serde_with = "3.14.1"
66+
serde_with = "3.16.0"
6767
serde_yaml = "0.9.34"
6868
smallvec = "1.15.1"
6969
smol_str = "0.3.1"

0 commit comments

Comments
 (0)