diff --git a/Cargo.lock b/Cargo.lock index c289728f1f..499d70d80d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4414,18 +4414,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.210" +version = "1.0.211" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +checksum = "1ac55e59090389fb9f0dd9e0f3c09615afed1d19094284d0b200441f13550793" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.210" +version = "1.0.211" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +checksum = "54be4f245ce16bc58d57ef2716271d0d4519e0f6defa147f6e081005bcb278ff" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a44b431867..a3813d2bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ rss = { version = "=2.0.9", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" sha2 = "=0.10.8" spdx = "=0.10.6" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index a10182f07c..f9f62dcda9 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.38", features = ["serde"] } derive_deref = "=1.1.1" percent-encoding = "=2.3.1" semver = "=1.0.23" -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" tokio = { version = "=1.40.0", features = ["io-util"] } tracing = "=0.1.40" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index cec7ee29ea..48cae65d8d 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.90" chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] } flate2 = "=1.0.34" minijinja = "=2.3.1" -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.42" tempfile = "=3.13.0" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 0d3ec574e3..77d4137adb 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.90" async-trait = "=0.1.83" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.8", features = ["json"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } thiserror = "=1.0.64" tracing = "=0.1.40" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index a7763c5af7..d93c23eca2 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.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" tracing = "=0.1.40" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 8085c85dc4..b1480b1696 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -15,7 +15,7 @@ crates_io_index = { path = "../crates_io_index" } reqwest = { version = "=0.12.8", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.13.0" thiserror = "=1.0.64" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 22fa4283f0..34b86ba239 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -13,7 +13,7 @@ builder = [] [dependencies] cargo-manifest = "=0.15.2" flate2 = "=1.0.34" -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.42" thiserror = "=1.0.64" diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 00d73d299b..4e923ff92d 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.90" async-trait = "=0.1.83" mockall = "=0.13.0" reqwest = { version = "=0.12.8", features = ["gzip", "json"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } [dev-dependencies] tokio = { version = "=1.40.0", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 91e506873c..e641a6dc78 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -14,7 +14,7 @@ diesel = { version = "=2.2.4", features = ["postgres", "serde_json"] } diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "deadpool", "postgres"] } futures-util = "=0.3.31" sentry-core = { version = "=0.34.0", features = ["client"] } -serde = { version = "=1.0.210", features = ["derive"] } +serde = { version = "=1.0.211", features = ["derive"] } serde_json = "=1.0.132" thiserror = "=1.0.64" tokio = { version = "=1.40.0", features = ["rt", "time"]}