aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-27 08:54:06 +0100
committerGitHub <noreply@github.com>2023-07-27 08:54:06 +0100
commitf22c1375a6bb7ae8a099c6e833c86161333fe297 (patch)
treee5bc2dadf67cfc61c293325782e3459f3e661986
parentBump serde_json from 1.0.86 to 1.0.99 (#1075) (diff)
downloadatuin-f22c1375a6bb7ae8a099c6e833c86161333fe297.zip
Bump indicatif from 0.17.3 to 0.17.5 (#1050)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.5. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.3...0.17.5) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock9
-rw-r--r--atuin/Cargo.toml2
2 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19afdae0..7f281e2b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1293,11 +1293,12 @@ dependencies = [
[[package]]
name = "indicatif"
-version = "0.17.3"
+version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
+checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
dependencies = [
"console",
+ "instant",
"number_prefix",
"portable-atomic",
"unicode-width",
@@ -1850,9 +1851,9 @@ dependencies = [
[[package]]
name = "portable-atomic"
-version = "0.3.19"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
+checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794"
[[package]]
name = "ppv-lite86"
diff --git a/atuin/Cargo.toml b/atuin/Cargo.toml
index a63e3391..43989186 100644
--- a/atuin/Cargo.toml
+++ b/atuin/Cargo.toml
@@ -49,7 +49,7 @@ env_logger = "0.10.0"
chrono = { version = "0.4", features = ["serde"] }
eyre = { workspace = true }
directories = { workspace = true }
-indicatif = "0.17.1"
+indicatif = "0.17.5"
serde = { workspace = true }
serde_json = { workspace = true }
crossterm = { version = "0.26", features = ["use-dev-tty"] }