mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Bump indicatif from 0.17.2 to 0.17.3 (#445)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.2 to 0.17.3. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.2...0.17.3) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -900,9 +900,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",
|
||||
|
||||
@@ -26,7 +26,7 @@ html_parser = "0.6.3"
|
||||
http = "0.2"
|
||||
http-content-range = "0.1"
|
||||
hyper = { version="0.14", features = ["server"], optional = true }
|
||||
indicatif = "0.17.2"
|
||||
indicatif = "0.17.3"
|
||||
int-enum = "0.5"
|
||||
itertools = "0.10"
|
||||
json = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user