diff --git a/Cargo.lock b/Cargo.lock index 29d25b214a6..b9f974d2940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4544,18 +4544,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8e54d3f7438..42d1df29926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ rss = { version = "=2.0.11", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } sentry = { version = "=0.35.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] } -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" sha2 = "=0.10.8" spdx = "=0.10.7" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index c8fd4ecdb56..f97b87d6600 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -14,7 +14,7 @@ chrono = { version = "=0.4.39", features = ["serde"] } derive_deref = "=1.1.1" percent-encoding = "=2.3.1" semver = "=1.0.23" -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tokio = { version = "=1.42.0", features = ["io-util"] } tracing = "=0.1.41" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 16310a6eec4..9e19a7cb8e0 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.94" chrono = { version = "=0.4.39", default-features = false, features = ["clock", "serde"] } flate2 = "=1.0.35" minijinja = "=2.5.0" -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tar = "=0.4.43" tempfile = "=3.14.0" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 4788daaef02..8cb2a46b636 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "=0.1.83" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.9", features = ["json"] } -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } thiserror = "=2.0.6" tracing = "=0.1.41" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 951118ad504..2cadc22c35a 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -21,7 +21,7 @@ base64 = "=0.22.1" crates_io_env_vars = { path = "../crates_io_env_vars" } git2 = "=0.19.0" secrecy = "=0.10.3" -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tempfile = "=3.14.0" tracing = "=0.1.41" diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index 535baf1a8f9..da86a3cf699 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.94" reqwest = { version = "=0.12.9", features = ["gzip", "json"] } secrecy = "=0.10.3" -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } [dev-dependencies] clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 62d3608d33f..6d2fce0d258 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -16,7 +16,7 @@ rand = "=0.8.5" reqwest = { version = "=0.12.9", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tempfile = "=3.14.0" thiserror = "=2.0.6" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 5a46271293f..2df5355731a 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -13,7 +13,7 @@ builder = ["dep:flate2", "dep:tar"] [dependencies] cargo-manifest = "=0.17.0" flate2 = { version = "=1.0.35", optional = true } -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" tar = { version = "=0.4.43", optional = true } thiserror = "=2.0.6" diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index e2e092ebe2f..407ec6a0300 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.94" async-trait = "=0.1.83" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.9", features = ["gzip", "json"] } -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } [dev-dependencies] tokio = { version = "=1.42.0", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 00a25e77718..cce0d858fd4 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -14,7 +14,7 @@ diesel = { version = "=2.2.6", features = ["postgres", "serde_json"] } diesel-async = { version = "=0.5.2", features = ["async-connection-wrapper", "deadpool", "postgres"] } futures-util = "=0.3.31" sentry-core = { version = "=0.35.0", features = ["client"] } -serde = { version = "=1.0.215", features = ["derive"] } +serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133" thiserror = "=2.0.6" tokio = { version = "=1.42.0", features = ["rt", "time"]}