From 875e33918909df8ee2c2890fb1cc6cc6ae074495 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Mon, 21 Jul 2025 16:05:38 -0400 Subject: Update indicatif to 0.18.0 (#2833) --- crates/atuin-client/Cargo.toml | 2 +- crates/atuin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') 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"] } -- cgit v1.3.1