From dda66753d2a24e4960aee61507795bd44c9974bb Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Fri, 27 Dec 2024 23:15:19 +0100 Subject: chore(deps): bump ratatui to 0.29.0 (#2474) --- crates/atuin-client/Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'crates/atuin-client') 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" -- cgit v1.3.1