aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin-client/Cargo.toml2
-rw-r--r--crates/atuin/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index a2aec362..0cd766d7 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -64,7 +64,7 @@ urlencoding = { version = "2.1.0", optional = true }
reqwest = { workspace = true, optional = true }
hex = { version = "0.4", optional = true }
sha2 = { version = "0.10", optional = true }
-indicatif = "0.17.7"
+indicatif = "0.18.0"
tiny-bip39 = "=1.0.0"
# theme
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml
index 5d6fae42..1b0357b9 100644
--- a/crates/atuin/Cargo.toml
+++ b/crates/atuin/Cargo.toml
@@ -62,7 +62,7 @@ atuin-kv = { path = "../atuin-kv", version = "18.7.1" }
log = { workspace = true }
time = { workspace = true }
eyre = { workspace = true }
-indicatif = "0.17.5"
+indicatif = "0.18.0"
serde = { workspace = true }
serde_json = { workspace = true }
crossterm = { version = "0.28.1", features = ["use-dev-tty"] }