Skip to content

Commit 16c159a

Browse files
Update Rust crate serde_json to 1.0.139 (#7603)
1 parent fb526a1 commit 16c159a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ secrecy = "0.8.0"
602602
semver = { version = "1.0.25", features = ["std", "serde"] }
603603
serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }
604604
serde_human_bytes = { git = "https://github.com/oxidecomputer/serde_human_bytes", branch = "main" }
605-
serde_json = "1.0.133"
605+
serde_json = "1.0.139"
606606
serde_path_to_error = "0.1.16"
607607
serde_tokenstream = "0.2"
608608
serde_urlencoded = "0.7.1"

0 commit comments

Comments
 (0)