Skip to content

Commit 17ab505

Browse files
Update Rust crate serde_json to 1.0.141 (#8698)
1 parent f26a4d8 commit 17ab505

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -672,7 +672,7 @@ semver = { version = "1.0.26", features = ["std", "serde"] }
672672
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
673673
serde_cbor = "0.11.2"
674674
serde_human_bytes = { git = "https://github.com/oxidecomputer/serde_human_bytes", branch = "main" }
675-
serde_json = "1.0.140"
675+
serde_json = "1.0.141"
676676
serde_tokenstream = "0.2"
677677
serde_urlencoded = "0.7.1"
678678
serde_with = { version = "3.14.0", default-features = false, features = ["alloc", "macros"] }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url",
117117
scopeguard = { version = "1.2.0" }
118118
semver = { version = "1.0.26", features = ["serde"] }
119119
serde = { version = "1.0.219", features = ["alloc", "derive", "rc"] }
120-
serde_json = { version = "1.0.140", features = ["raw_value", "unbounded_depth"] }
120+
serde_json = { version = "1.0.141", features = ["raw_value", "unbounded_depth"] }
121121
sha1 = { version = "0.10.6", features = ["oid"] }
122122
sha2 = { version = "0.10.9", features = ["oid"] }
123123
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }
@@ -253,7 +253,7 @@ schemars = { version = "0.8.22", features = ["bytes", "chrono", "semver", "url",
253253
scopeguard = { version = "1.2.0" }
254254
semver = { version = "1.0.26", features = ["serde"] }
255255
serde = { version = "1.0.219", features = ["alloc", "derive", "rc"] }
256-
serde_json = { version = "1.0.140", features = ["raw_value", "unbounded_depth"] }
256+
serde_json = { version = "1.0.141", features = ["raw_value", "unbounded_depth"] }
257257
sha1 = { version = "0.10.6", features = ["oid"] }
258258
sha2 = { version = "0.10.9", features = ["oid"] }
259259
similar = { version = "2.7.0", features = ["bytes", "inline", "unicode"] }

0 commit comments

Comments
 (0)