Skip to content

Commit d895454

Browse files
Update Rust crate serde_json to v1.0.132 (#9700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72a2b22 commit d895454

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ secrecy = "=0.10.3"
9999
semver = { version = "=1.0.23", features = ["serde"] }
100100
sentry = { version = "=0.34.0", features = ["tracing", "tower", "tower-axum-matched-path", "tower-http"] }
101101
serde = { version = "=1.0.210", features = ["derive"] }
102-
serde_json = "=1.0.131"
102+
serde_json = "=1.0.132"
103103
sha2 = "=0.10.8"
104104
spdx = "=0.10.6"
105105
tar = "=0.4.42"

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ derive_deref = "=1.1.1"
1515
percent-encoding = "=2.3.1"
1616
semver = "=1.0.23"
1717
serde = { version = "=1.0.210", features = ["derive"] }
18-
serde_json = "=1.0.131"
18+
serde_json = "=1.0.132"
1919
tokio = { version = "=1.40.0", features = ["io-util"] }
2020
tracing = "=0.1.40"
2121

crates/crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crates_io_env_vars = { path = "../crates_io_env_vars" }
2222
git2 = "=0.19.0"
2323
secrecy = "=0.10.3"
2424
serde = { version = "=1.0.210", features = ["derive"] }
25-
serde_json = "=1.0.131"
25+
serde_json = "=1.0.132"
2626
tempfile = "=3.13.0"
2727
tracing = "=0.1.40"
2828
url = "=2.5.2"

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ reqwest = { version = "=0.12.8", features = ["gzip", "json"] }
1616
secrecy = "=0.10.3"
1717
semver = { version = "=1.0.23", features = ["serde"] }
1818
serde = { version = "=1.0.210", features = ["derive"] }
19-
serde_json = "=1.0.131"
19+
serde_json = "=1.0.132"
2020
tempfile = "=3.13.0"
2121
thiserror = "=1.0.64"
2222
tokio = { version = "=1.40.0", features = ["fs", "macros", "process", "rt-multi-thread"]}

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ builder = []
1414
cargo-manifest = "=0.15.2"
1515
flate2 = "=1.0.34"
1616
serde = { version = "=1.0.210", features = ["derive"] }
17-
serde_json = "=1.0.131"
17+
serde_json = "=1.0.132"
1818
tar = "=0.4.42"
1919
thiserror = "=1.0.64"
2020
tracing = "=0.1.40"

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "de
1515
futures-util = "=0.3.31"
1616
sentry-core = { version = "=0.34.0", features = ["client"] }
1717
serde = { version = "=1.0.210", features = ["derive"] }
18-
serde_json = "=1.0.131"
18+
serde_json = "=1.0.132"
1919
thiserror = "=1.0.64"
2020
tokio = { version = "=1.40.0", features = ["rt", "time"]}
2121
tracing = "=0.1.40"

0 commit comments

Comments
 (0)