mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-11 00:40:58 +00:00
Merge pull request #765 from lycheeverse/dependabot/cargo/indicatif-0.17.1
This commit is contained in:
commit
bdd7ff09ba
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1567,9 +1567,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "indicatif"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf"
|
||||
checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b"
|
||||
dependencies = [
|
||||
"console",
|
||||
"number_prefix",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ console = "0.15.1"
|
|||
const_format = "0.2.26"
|
||||
headers = "0.3.8"
|
||||
http = "0.2.8"
|
||||
indicatif = "0.17.0"
|
||||
indicatif = "0.17.1"
|
||||
openssl-sys = "0.9.75"
|
||||
pad = "0.1.6"
|
||||
regex = "1.6.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue