From f4a70bf4736d7d7a495eac8bd7c6120113e6d0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:04:05 +0100 Subject: Bump indicatif from 0.16.2 to 0.17.1 (#537) Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.1) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71af5d44..4b960438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ pretty_env_logger = "0.4" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" -indicatif = "0.16.2" +indicatif = "0.17.1" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" tui = { version = "0.18", default-features = false, features = ["termion"] } -- cgit v1.3.1