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/atuin-client | |
| 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/atuin-client')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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 |
