From e688fe99e79260fbd4a79fd1c3445a49f099e407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:17:50 +0000 Subject: [PATCH] build(deps): Bump indicatif from 0.17.6 to 0.17.7 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.6 to 0.17.7. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/commits) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 101d55c0..90cb258d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,9 +1662,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.6" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" +checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" dependencies = [ "console", "instant", diff --git a/Cargo.toml b/Cargo.toml index ef78a624..f4693082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ envmnt = "0.10.2" futures = "0.3" heck = "0.4" ignore = "0.4" -indicatif = "0.17.6" +indicatif = "0.17.7" log = "0.4" nix = { version = "0.27.1", default-features = false, features = ["signal"] } nkeys = "0.3.2"