Merge pull request #916 from lycheeverse/dependabot/cargo/indicatif-0.17.3

This commit is contained in:
dependabot[bot] 2023-01-17 14:13:56 +00:00 committed by GitHub
commit 20f708608a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1755,9 +1755,9 @@ dependencies = [
[[package]]
name = "indicatif"
version = "0.17.2"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19"
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
dependencies = [
"console",
"number_prefix",

View file

@ -23,7 +23,7 @@ console = "0.15.5"
const_format = "0.2.30"
headers = "0.3.8"
http = "0.2.8"
indicatif = "0.17.2"
indicatif = "0.17.3"
openssl-sys = "0.9.80"
pad = "0.1.6"
regex = "1.7.1"