From a61b2b43896716e6e14c2a6c17ba3e2e57f9b3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:30:14 +0000 Subject: [PATCH] chore(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 ++-- exo/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1126033f0..513fcd379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2549,9 +2549,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/exo/Cargo.toml b/exo/Cargo.toml index 3db5d3237..ab8ac6a70 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -24,7 +24,7 @@ exocore-protos = {version = "0.1.25", path = "../protos"} exocore-store = {version = "0.1.25", path = "../store"} exocore-transport = {version = "0.1.25", path = "../transport", features = ["http-server"]} futures = "0.3.28" -indicatif = "0.17.6" +indicatif = "0.17.7" log = "0.4.20" log4rs = "1.2.0" rand = "0.8"