Skip to content

Commit 1598703

Browse files
Update Rust crate serde_json to v1.0.91 (#5689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bd9642 commit 1598703

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -74,7 +74,7 @@ scheduled-thread-pool = "=0.2.6"
7474
semver = { version = "=1.0.15", features = ["serde"] }
7575
sentry = { version = "=0.29.1", features = ["tracing", "tower", "tower-http"] }
7676
serde = { version = "=1.0.151", features = ["derive"] }
77-
serde_json = "=1.0.90"
77+
serde_json = "=1.0.91"
7878
sha2 = "=0.10.6"
7979
spdx = "=0.9.0"
8080
swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" }

cargo-registry-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ serde = { version = "=1.0.151", features = ["derive"] }
2222
tempfile = "=3.3.0"
2323
tracing = "=0.1.37"
2424
url = "=2.3.1"
25-
serde_json = { version = "=1.0.90", optional = true }
25+
serde_json = { version = "=1.0.91", optional = true }

0 commit comments

Comments
 (0)