summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-31 10:43:55 +0100
committerGitHub <noreply@github.com>2021-05-31 10:43:55 +0100
commitf0130571a6c27eab4dab86712376e503add4e387 (patch)
treef529bd415aaac75dad973d4d2a3b32a5290ee333 /Cargo.lock
parentcc7ce093996b6b241fc02a6927c0d74f8d5bbfa0 (diff)
Bump indicatif from 0.16.0 to 0.16.2 (#140)
Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.16.0 to 0.16.2. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/compare/0.16.0...0.16.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d38e41b3..b46bdbbd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -385,9 +385,7 @@ dependencies = [
"encode_unicode",
"lazy_static",
"libc",
- "regex",
"terminal_size",
- "unicode-width",
"winapi",
]
@@ -974,9 +972,9 @@ dependencies = [
[[package]]
name = "indicatif"
-version = "0.16.0"
+version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "507cf157a0dab3c837bef6e2086466255d9de4a6b1af69e62b62c54cd52f6062"
+checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [
"console",
"lazy_static",