Skip to content

Commit 2e5d66c

Browse files
Update indicatif requirement from 0.17.1 to 0.18.1
Updates the requirements on [indicatif](https://github.com/console-rs/indicatif) to permit the latest version. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.1...0.18.1) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfd3f52 commit 2e5d66c

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.27.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.1", 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)