diff --git a/Cargo.lock b/Cargo.lock index 22e8292d5..e119c00c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3173,8 +3173,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.8" -source = "git+https://github.com/console-rs/indicatif?rev=83da31e#83da31e39e6ae10fb9a74399bcf0a3394bfdbe15" +version = "0.17.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 9c2f56e96..e49847ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -306,9 +306,6 @@ dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ # needed to get latest dependencies and unreleased fixes grex = { git = "https://github.com/pemistahl/grex", rev = "bbf3064" } -# use indicatif upstream with updated dependency replacing unmaintained `instant` with `web-time` -indicatif = { git = "https://github.com/console-rs/indicatif", rev = "83da31e" } - # use modernized version of local_encoding local-encoding = { git = "https://github.com/slonopotamus/local-encoding-rs", branch = "travis-madness" }