Skip to content

Commit fbadc59

Browse files
Build(deps): Bump serde from 1.0.218 to 1.0.219 (#3576)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.218 to 1.0.219. <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.219</h2> <ul> <li>Prevent <code>absolute_paths</code> Clippy restriction being triggered inside macro-generated code (<a href="https://redirect.github.com/serde-rs/serde/issues/2906">#2906</a>, thanks <a href="https://github.com/davidzeng0"><code>@​davidzeng0</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/49d098debdf8b5c38bfb6868f455c6ce542c422c"><code>49d098d</code></a> Release 1.0.219</li> <li><a href="https://github.com/serde-rs/serde/commit/40f1d19dbed1934fae9dc835903232c2d0999599"><code>40f1d19</code></a> Wrap dummy.rs to 80 columns</li> <li><a href="https://github.com/serde-rs/serde/commit/514848b584b19c0f8766275dfbc1f3c6b0ae2077"><code>514848b</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2906">#2906</a> from davidzeng0/master</li> <li><a href="https://github.com/serde-rs/serde/commit/168b6cf789bcbd2ffbdc20db9b75ecf3b2fd31a1"><code>168b6cf</code></a> fix clippy absolute paths warning</li> <li><a href="https://github.com/serde-rs/serde/commit/a8bdd17333889cebe7af97064066f89aab1bef8e"><code>a8bdd17</code></a> Remove unused Punctuated import</li> <li><a href="https://github.com/serde-rs/serde/commit/1c9601358b57b9023450a0e2e7f599572a76b49d"><code>1c96013</code></a> Resolve mem_replace_with_default clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/f0d1ae08f31941e91f80eaf7463dfbce2172bc70"><code>f0d1ae0</code></a> Ignore elidable_lifetime_names pedantic clippy lint</li> <li><a href="https://github.com/serde-rs/serde/commit/e3eaa6a3dd6edd701476097182313cdbd73da78c"><code>e3eaa6a</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2896">#2896</a> from dtolnay/stabledoc</li> <li><a href="https://github.com/serde-rs/serde/commit/6a630cf2835efe74cfad8258d9433611f0a3151c"><code>6a630cf</code></a> Also link to stable proc_macro</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219">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.218&new-version=1.0.219)](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9eee863 commit fbadc59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rayon = { version = "1.10.0", optional = true }
5555
rkyv = { version = "0.7.45", optional = true }
5656
roaring = "0.10.10"
5757
roots = "0.0.8"
58-
serde = { version = "1.0.218", features = ["derive"] }
58+
serde = { version = "1.0.219", features = ["derive"] }
5959
serde_json = "1.0.140"
6060
statrs = "0.18.0"
6161
streaming-stats = "0.2.3"

0 commit comments

Comments
 (0)