mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Bump indicatif from 0.17.0 to 0.17.1 (#249)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.0...0.17.1) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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
@@ -869,9 +869,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",
|
||||
|
||||
@@ -22,7 +22,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.0"
|
||||
indicatif = "0.17.1"
|
||||
int-enum = "0.4"
|
||||
itertools = "0.10"
|
||||
json = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user