Skip to content

Commit 9d0280f

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.108
1 parent 0aec493 commit 9d0280f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.193", features = [ "derive" ] }
2121
basic-toml = { version = "0.1.1" }
22-
serde_json = "1.0.92"
22+
serde_json = "1.0.108"
2323
rand = "0.8.5"

crates/i18n/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
proc-macro = true
99

1010
[dependencies]
11-
serde_json = "1.0.92"
11+
serde_json = "1.0.108"
1212
anyhow = "1.0.75"
1313
quote = "1.0.33"
1414
proc-macro2 = "1.0"

0 commit comments

Comments
 (0)