From 7c87624d8af033ff892bd1c21941207bcbfd3735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 09:58:25 +0100 Subject: Bump indicatif from 0.15.0 to 0.16.0 (#45) Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/mitsuhiko/indicatif/releases) - [Commits](https://github.com/mitsuhiko/indicatif/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- atuin-client/Cargo.toml | 2 +- atuin-server/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 244bafe0..0369c712 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,9 +974,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" +checksum = "507cf157a0dab3c837bef6e2086466255d9de4a6b1af69e62b62c54cd52f6062" dependencies = [ "console", "lazy_static", @@ -1319,9 +1319,9 @@ dependencies = [ [[package]] name = "number_prefix" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "numtoa" diff --git a/Cargo.toml b/Cargo.toml index 34482b9d..31f6801f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" structopt = "0.3" directories = "3" -indicatif = "0.15.0" +indicatif = "0.16.0" serde_derive = "1.0.125" serde = "1.0.125" serde_json = "1.0.64" diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 434a7b03..1dcb9aae 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "3" uuid = { version = "0.8", features = ["v4"] } -indicatif = "0.15.0" +indicatif = "0.16.0" whoami = "1.1.2" chrono-english = "0.1.4" config = "0.11" diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 1a5c06cb..24529bac 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -17,7 +17,7 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "3" uuid = { version = "0.8", features = ["v4"] } -indicatif = "0.15.0" +indicatif = "0.16.0" whoami = "1.1.2" chrono-english = "0.1.4" config = "0.11" -- cgit v1.2.3