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 39459bf commit 983ac20Copy full SHA for 983ac20
Cargo.toml
@@ -31,7 +31,7 @@ serde = "1.0.8"
31
nom = "7"
32
33
async-trait = { version = "0.1.50", optional = true }
34
-toml = { version = "0.7", optional = true }
+toml = { version = "0.7.7", optional = true }
35
serde_json = { version = "1.0.2", optional = true }
36
yaml-rust = { version = "0.4", optional = true }
37
rust-ini = { version = "0.19", optional = true }
0 commit comments