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 bfd3f52 commit 6b1f482Copy full SHA for 6b1f482
bmap-rs/Cargo.toml
@@ -16,7 +16,7 @@ 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"] }
19
-indicatif = { version = "0.17.1", features = ["tokio"] }
+indicatif = { version = "0.18.2", 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"] }
22
reqwest = { version = "0.12.4", features = ["stream"] }
0 commit comments