diff --git a/Cargo.lock b/Cargo.lock index 7a85c40..4fdf416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,8 +370,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0-rc.11" -source = "git+https://github.com/mitsuhiko/indicatif.git?branch=main#de9862bd2e35e2ca9eee375db27cc393a2fd0b2f" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 78dc82b..e5f30cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" anyhow = "1.0" base64 = "0.13" futures = "0.3" -indicatif = { git = "https://github.com/mitsuhiko/indicatif.git", branch = "main", features = ["tokio"] } +indicatif = { version = "0.17.1", features = ["tokio"] } mime = "0.3" pin-utils = "0.1" rand = "0.8"