Skip to content

Commit b76978d

Browse files
Update indicatif requirement from 0.17.11 to 0.18.2
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](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: indicatif dependency-version: 0.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c80d4d commit b76978d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ blake2 = "0.10.4"
1515
blake3 = "1.3.1"
1616
clap = { version = "4.4.10", features = ["derive"] }
1717
crc32fast = "1.3.2"
18-
indicatif = { version = "0.17.11", features = ["rayon"] }
18+
indicatif = { version = "0.18.2", features = ["rayon"] }
1919
md-5 = "0.10.1"
2020
num_cpus = "1.13.1"
2121
once_cell = "1.10.0"

0 commit comments

Comments
 (0)