Skip to content

Commit 19e82d5

Browse files
authored
Merge pull request #99 from collabora/dependabot/cargo/indicatif-0.18.2
Update indicatif requirement from 0.17.1 to 0.18.2
2 parents 18fa816 + d34840e commit 19e82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = "1.0.66"
1616
nix = { version = "0.30.1", features = ["fs"] }
1717
flate2 = "1.0.24"
1818
clap = { version = "~4.4.0", features = ["cargo"] }
19-
indicatif = { version = "0.17.1", features = ["tokio"] }
19+
indicatif = { version = "0.18.2", features = ["tokio"] }
2020
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
2121
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }
2222
reqwest = { version = "0.12.4", features = ["stream"] }

0 commit comments

Comments
 (0)