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 99dfc46 commit 7b824c0Copy full SHA for 7b824c0
tool/bundle/Cargo.toml
@@ -10,7 +10,7 @@ name = "bundle-rs"
10
path = "src/main.rs"
11
12
[dependencies]
13
-clap = { version = "3.2", features = ["derive"] }
14
-toml = "0.5"
+clap = { version = "4.5", features = ["derive"] }
+toml = "0.9"
15
serde = { version = "1.0", features = ["derive"] }
16
anyhow = "1.0"
0 commit comments