diff --git a/Cargo.lock b/Cargo.lock index d0d10532feb..3bcd98ae0c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4717,18 +4717,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.218" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" +checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.218" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" +checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index bd505d13dbd..3f3d3615a14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ rss = { version = "=2.0.12", default-features = false, features = ["atom"] } secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } sentry = { version = "=0.36.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" sha2 = "=0.10.8" spdx = "=0.10.8" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index f2db229b49d..9a91794f81b 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.40", features = ["serde"] } derive_more = { version = "=2.0.1", features = ["deref"] } percent-encoding = "=2.3.1" semver = "=1.0.26" -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tokio = { version = "=1.43.0", features = ["io-util"] } tracing = "=0.1.41" diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 68b732e09c1..6a8adaa8225 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -19,7 +19,7 @@ futures-util = "=0.3.31" rand = "=0.9.0" secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" sha2 = "=0.10.8" thiserror = "=2.0.12" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 2fc38022929..4ea00f67479 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "=1.0.97" chrono = { version = "=0.4.40", default-features = false, features = ["clock", "serde"] } flate2 = "=1.1.0" minijinja = "=2.8.0" -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tar = "=0.4.44" tempfile = "=3.18.0" diff --git a/crates/crates_io_diesel_helpers/Cargo.toml b/crates/crates_io_diesel_helpers/Cargo.toml index c9f0443e9f9..8530f75d1a9 100644 --- a/crates/crates_io_diesel_helpers/Cargo.toml +++ b/crates/crates_io_diesel_helpers/Cargo.toml @@ -10,7 +10,7 @@ workspace = true [dependencies] diesel = { version = "=2.2.8", features = ["postgres"] } semver = "=1.0.26" -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies] crates_io_database = { path = "../crates_io_database" } diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 5c3b5782902..207a7d1f854 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -16,7 +16,7 @@ async-trait = "=0.1.87" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=5.0.0", default-features = false } reqwest = { version = "=0.12.12", features = ["json"] } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } thiserror = "=2.0.12" tracing = "=0.1.41" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index da46f7d0011..457d73f8b89 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.20.0" secrecy = "=0.10.3" -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tempfile = "=3.18.0" tracing = "=0.1.41" diff --git a/crates/crates_io_pagerduty/Cargo.toml b/crates/crates_io_pagerduty/Cargo.toml index d9db095c806..2075c75b310 100644 --- a/crates/crates_io_pagerduty/Cargo.toml +++ b/crates/crates_io_pagerduty/Cargo.toml @@ -11,7 +11,7 @@ workspace = true anyhow = "=1.0.97" reqwest = { version = "=0.12.12", features = ["gzip", "json"] } secrecy = "=0.10.3" -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies] clap = { version = "=4.5.31", 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 db9d787302f..e3691644c0b 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -16,7 +16,7 @@ rand = "=0.9.0" reqwest = { version = "=0.12.12", features = ["gzip", "json"] } secrecy = "=0.10.3" semver = { version = "=1.0.26", features = ["serde"] } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tempfile = "=3.18.0" thiserror = "=2.0.12" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 02189edc075..4e6cdbcac13 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.19.1" flate2 = { version = "=1.1.0", optional = true } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" tar = { version = "=0.4.44", optional = true } thiserror = "=2.0.12" diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 74c2cd0fb58..82eabd4b7b9 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "=1.0.97" async-trait = "=0.1.87" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.12", features = ["gzip", "json"] } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } [dev-dependencies] tokio = { version = "=1.43.0", features = ["macros", "rt-multi-thread"] } diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index b9206e9a7e2..1cc62f457f9 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -13,7 +13,7 @@ diesel = { version = "=2.2.8", 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.36.0", features = ["client"] } -serde = { version = "=1.0.218", features = ["derive"] } +serde = { version = "=1.0.219", features = ["derive"] } serde_json = "=1.0.140" thiserror = "=2.0.12" tokio = { version = "=1.43.0", features = ["rt", "time"]}