aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client
diff options
context:
space:
mode:
authorPavel Ivanov <mr.pavel.ivanov@gmail.com>2024-12-27 23:15:19 +0100
committerGitHub <noreply@github.com>2024-12-27 22:15:19 +0000
commitdda66753d2a24e4960aee61507795bd44c9974bb (patch)
tree44387a9983455f8802a3ccae456e1e5f395a0006 /crates/atuin-client
parentRevert "flake.lock: Update (#2463)" (#2498) (diff)
downloadatuin-dda66753d2a24e4960aee61507795bd44c9974bb.zip
chore(deps): bump ratatui to 0.29.0 (#2474)
Diffstat (limited to 'crates/atuin-client')
-rw-r--r--crates/atuin-client/Cargo.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index 02f18959..56d1e6d2 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -57,10 +57,7 @@ serde_with = "3.8.1"
# encryption
rusty_paseto = { version = "0.7.0", default-features = false }
-rusty_paserk = { version = "0.4.0", default-features = false, features = [
- "v4",
- "serde",
-] }
+rusty_paserk = { version = "0.4.0", default-features = false, features = ["v4", "serde"] }
# sync
urlencoding = { version = "2.1.0", optional = true }
@@ -71,7 +68,7 @@ indicatif = "0.17.7"
tiny-bip39 = "=1.0.0"
# theme
-crossterm = { version = "0.27.0", features = ["serde"] }
+crossterm = { version = "0.28.1", features = ["serde"] }
palette = { version = "0.7.5", features = ["serializing"] }
lazy_static = "1.4.0"
strum_macros = "0.26.3"