diff --git a/Cargo.lock b/Cargo.lock index 85178b79ea9..195d8b087e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4361,9 +4361,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.129" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" +checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 069372f3f94..b47a740db94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ 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_json = "=1.0.129" +serde_json = "=1.0.131" sha2 = "=0.10.8" spdx = "=0.10.6" tar = "=0.4.42" diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index 7a96806f370..6ac09e59001 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -15,7 +15,7 @@ derive_deref = "=1.1.1" percent-encoding = "=2.3.1" semver = "=1.0.23" serde = { version = "=1.0.210", features = ["derive"] } -serde_json = "=1.0.129" +serde_json = "=1.0.131" tokio = { version = "=1.40.0", features = ["io-util"] } tracing = "=0.1.40" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 8027b7fcf77..30f761d6014 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -22,7 +22,7 @@ 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_json = "=1.0.129" +serde_json = "=1.0.131" tempfile = "=3.13.0" tracing = "=0.1.40" url = "=2.5.2" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 48db4074d9f..94f333d87f0 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -16,7 +16,7 @@ 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_json = "=1.0.129" +serde_json = "=1.0.131" tempfile = "=3.13.0" thiserror = "=1.0.64" tokio = { version = "=1.40.0", features = ["fs", "macros", "process", "rt-multi-thread"]} diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index a9e8f35fada..3848b3f3f05 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -14,7 +14,7 @@ builder = [] cargo-manifest = "=0.15.2" flate2 = "=1.0.34" serde = { version = "=1.0.210", features = ["derive"] } -serde_json = "=1.0.129" +serde_json = "=1.0.131" tar = "=0.4.42" thiserror = "=1.0.64" tracing = "=0.1.40" diff --git a/crates/crates_io_worker/Cargo.toml b/crates/crates_io_worker/Cargo.toml index 760ff48df90..45fb20b81d3 100644 --- a/crates/crates_io_worker/Cargo.toml +++ b/crates/crates_io_worker/Cargo.toml @@ -15,7 +15,7 @@ diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "de futures-util = "=0.3.31" sentry-core = { version = "=0.34.0", features = ["client"] } serde = { version = "=1.0.210", features = ["derive"] } -serde_json = "=1.0.129" +serde_json = "=1.0.131" thiserror = "=1.0.64" tokio = { version = "=1.40.0", features = ["rt", "time"]} tracing = "=0.1.40"