diff options
| author | Ben Beasley <code@musicinmybrain.net> | 2025-07-21 16:05:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-21 22:05:38 +0200 |
| commit | 875e33918909df8ee2c2890fb1cc6cc6ae074495 (patch) | |
| tree | 92aa581692eacd75a78030997277cbc7c0dfb5d7 /crates | |
| parent | chore(release): prepare for release 18.7.1 (#2826) (diff) | |
| download | atuin-875e33918909df8ee2c2890fb1cc6cc6ae074495.zip | |
Update indicatif to 0.18.0 (#2833)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 2 |
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"] } |
