We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed4d5e commit 15ac2cfCopy full SHA for 15ac2cf
bmap-rs/Cargo.toml
@@ -15,7 +15,7 @@ bmap-parser = { path = "../bmap-parser", version = "0.2.0"}
15
anyhow = "1.0.66"
16
nix = { version = "0.27.1", features = ["fs"] }
17
flate2 = "1.0.24"
18
-clap = { version = "~4.4.0", features = ["cargo"] }
+clap = { version = "~4.5.3", features = ["cargo"] }
19
indicatif = { version = "0.17.1", features = ["tokio"] }
20
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
21
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }
0 commit comments