diff --git a/Cargo.lock b/Cargo.lock index 43fd85a..b618a12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1791,11 +1791,12 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.3" +version = "0.17.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" +checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" dependencies = [ "console", + "instant", "number_prefix", "portable-atomic", "unicode-width", @@ -2624,9 +2625,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "0.3.18" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81bdd679d533107e090c2704a35982fc06302e30898e63ffa26a81155c012e92" +checksum = "dc59d1bcc64fc5d021d67521f818db868368028108d37f0e98d74e33f68297b5" [[package]] name = "ppv-lite86" diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index cf69bff..d859fcd 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -23,7 +23,7 @@ console = "0.15.7" const_format = "0.2.31" headers = "0.3.8" http = "0.2.9" -indicatif = "0.17.3" +indicatif = "0.17.4" openssl-sys = "0.9.88" pad = "0.1.6" regex = "1.8.3"