From 27dc9c69f273310198b18b79accb10f71efcc6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:13:45 +0000 Subject: [PATCH] Build(deps): Bump indicatif from 0.15.0 to 0.17.1 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.15.0 to 0.17.1. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.15.0...0.17.1) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 37 +++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d960190e..4f3ac649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.43" @@ -92,6 +94,20 @@ dependencies = [ "winapi", ] +[[package]] +name = "console" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" +dependencies = [ + "encode_unicode", + "libc", + "once_cell", + "terminal_size", + "unicode-width", + "winapi", +] + [[package]] name = "crossbeam-channel" version = "0.5.1" @@ -238,14 +254,13 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.15.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" +checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b" dependencies = [ - "console", - "lazy_static", + "console 0.15.1", "number_prefix", - "regex", + "unicode-width", ] [[package]] @@ -279,7 +294,7 @@ dependencies = [ "anyhow", "base64", "clap", - "console", + "console 0.14.1", "crossbeam-channel", "getset", "hostname", @@ -377,9 +392,15 @@ dependencies = [ [[package]] name = "number_prefix" -version = "0.3.0" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + +[[package]] +name = "once_cell" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" +checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" [[package]] name = "os_str_bytes" diff --git a/Cargo.toml b/Cargo.toml index 681e6340..d3f4470a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ console = "0.14.1" crossbeam-channel = "0.5.1" getset = "0.1.1" hostname = "0.3.1" -indicatif = "0.15.0" +indicatif = "0.17.1" ipnetwork = "0.18.0" lazy_static = "1.4.0" log = { version = "0.4.14", features = ["serde", "std"] }