We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce89531 commit 0aec493Copy full SHA for 0aec493
Cargo.toml
@@ -17,7 +17,7 @@ reqwest = { version = "0.11.14", default-features = false, features = [ "json",
17
tokio = { version = "1.25.0", features = [ "macros", "rt-multi-thread" ] }
18
tracing = "0.1.37"
19
tracing-subscriber = "0.3.16"
20
-serde = { version = "1.0.152", features = [ "derive" ] }
+serde = { version = "1.0.193", features = [ "derive" ] }
21
basic-toml = { version = "0.1.1" }
22
serde_json = "1.0.92"
23
rand = "0.8.5"
0 commit comments