From ab68cfc1db8daf656d2901f55c8fbafbfb5c8360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:16:12 +0000 Subject: [PATCH] Bump indicatif from 0.17.0 to 0.17.1 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.0...0.17.1) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b7d811..928879f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1567,9 +1567,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcc42b206e70d86ec03285b123e65a5458c92027d1fb2ae3555878b8113b3ddf" +checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" dependencies = [ "console", "number_prefix", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 810201a..edbe67a 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -23,7 +23,7 @@ console = "0.15.1" const_format = "0.2.26" headers = "0.3.8" http = "0.2.8" -indicatif = "0.17.0" +indicatif = "0.17.1" openssl-sys = "0.9.75" pad = "0.1.6" regex = "1.6.0"