Skip to content

Commit f345e9f

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.92
1 parent d157460 commit f345e9f

File tree

2 files changed

+30
-19
lines changed

2 files changed

+30
-19
lines changed

Cargo.lock

+29-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ tracing = "0.1.37"
1919
tracing-subscriber = "0.3.16"
2020
serde = { version = "1.0.152", features = [ "derive" ] }
2121
basic-toml = { version = "0.1.1" }
22-
serde_json = "1.0.91"
22+
serde_json = "1.0.92"
2323
rand = "0.8.5"

0 commit comments

Comments
 (0)