diff --git a/Cargo.lock b/Cargo.lock index f1be57853fe..1af5692883e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4453,18 +4453,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.214" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" +checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.214" +version = "1.0.215" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" +checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 36b1e34c180..106549a166e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,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.214", features = ["derive"] } +serde = { version = "=1.0.215", 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 81085e1d24c..780f801603a 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.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132" tokio = { version = "=1.41.1", 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 be28e8fd67e..01d7e5b6d47 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.93" chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] } flate2 = "=1.0.34" minijinja = "=2.5.0" -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132" 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 8c38b205c4e..85fdf3a69e0 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.93" async-trait = "=0.1.83" oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.9", features = ["json"] } -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } thiserror = "=2.0.3" tracing = "=0.1.40" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 8b9029dfb1e..25056e78899 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.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.14.0" tracing = "=0.1.40" diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index 40c37607156..2c0a67c2c78 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.93" reqwest = { version = "=0.12.9", features = ["gzip", "json"] } secrecy = "=0.10.3" -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } [dev-dependencies] clap = { version = "=4.5.20", 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 94868629716..2635513d3d4 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.9", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132" tempfile = "=3.14.0" thiserror = "=2.0.3" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 27fcdf03247..dadaffaf5ad 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -13,7 +13,7 @@ builder = [] [dependencies] cargo-manifest = "=0.16.0" flate2 = "=1.0.34" -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.43" thiserror = "=2.0.3" diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 2a0831b3c05..270e616f484 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.93" async-trait = "=0.1.83" mockall = { version = "=0.13.0", optional = true } reqwest = { version = "=0.12.9", features = ["gzip", "json"] } -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } [dev-dependencies] tokio = { version = "=1.41.1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 2616ff03729..fa5b61ba9fc 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.1", features = ["async-connection-wrapper", "deadpool", "postgres"] } futures-util = "=0.3.31" sentry-core = { version = "=0.34.0", features = ["client"] } -serde = { version = "=1.0.214", features = ["derive"] } +serde = { version = "=1.0.215", features = ["derive"] } serde_json = "=1.0.132" thiserror = "=2.0.3" tokio = { version = "=1.41.1", features = ["rt", "time"]}