summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-08 09:58:25 +0100
committerGitHub <noreply@github.com>2021-05-08 09:58:25 +0100
commit7c87624d8af033ff892bd1c21941207bcbfd3735 (patch)
tree58b57f7d6b18ab06a25de82a99d541515f1a20d7 /Cargo.toml
parentb35db2c4e1fb836b8037ce2f54434fe3c90ed1c0 (diff)
Bump indicatif from 0.15.0 to 0.16.0 (#45)
Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/commits) 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 34482b9d..31f6801f 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.15.0"
+indicatif = "0.16.0"
serde_derive = "1.0.125"
serde = "1.0.125"
serde_json = "1.0.64"