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 72bb252 commit 46db1f3Copy full SHA for 46db1f3
Cargo.toml
@@ -30,7 +30,7 @@ serde = "1.0.8"
30
nom = "7"
31
32
async-trait = { version = "0.1.50", optional = true }
33
-toml = { version = "0.7", optional = true }
+toml = { version = "0.8", optional = true }
34
serde_json = { version = "1.0.2", optional = true }
35
yaml-rust = { version = "0.4", optional = true }
36
rust-ini = { version = "0.19", optional = true }
0 commit comments