summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 076670e2..495afc51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ chrono = { version = "0.4", features = ["serde"] }
eyre = "0.6"
structopt = "0.3"
directories = "3"
-indicatif = "0.16.0"
+indicatif = "0.16.2"
serde_derive = "1.0.125"
serde = "1.0.126"
serde_json = "1.0.64"