From dc8c9d056dbcaa8b64ddc611c080405695addced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:21:22 +0000 Subject: [PATCH] Bump indicatif from 0.17.2 to 0.17.3 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.2 to 0.17.3. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.2...0.17.3) --- 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 87ae1e6c98b..9095f4b9972 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,9 +2551,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.2" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4295cbb7573c16d310e99e713cf9e75101eb190ab31fccd35f2d2691b4352b19" +checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 928944e1aa8..9fd90928045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ hex = "0.4.3" http = "0.2.7" httptest = "0.15.4" hyper = "0.14" -indicatif = { version = "0.17.2", features = ["rayon"] } +indicatif = { version = "0.17.3", features = ["rayon"] } installinator-artifactd = { path = "installinator-artifactd" } installinator-artifact-client = { path = "installinator-artifact-client" } internal-dns = { path = "internal-dns" }