We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aec493 commit 9d0280fCopy full SHA for 9d0280f
Cargo.toml
@@ -19,5 +19,5 @@ tracing = "0.1.37"
19
tracing-subscriber = "0.3.16"
20
serde = { version = "1.0.193", features = [ "derive" ] }
21
basic-toml = { version = "0.1.1" }
22
-serde_json = "1.0.92"
+serde_json = "1.0.108"
23
rand = "0.8.5"
crates/i18n/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
8
proc-macro = true
9
10
[dependencies]
11
12
anyhow = "1.0.75"
13
quote = "1.0.33"
14
proc-macro2 = "1.0"
0 commit comments