From 3ed6e6b8776185a57f5ce29a28b7b60174385ac1 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 27 Jan 2026 13:51:41 -0800 Subject: chore(deps): cleanup of dep versions (#3106) Ensure we aren't using multiple versions, etc ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- crates/atuin-client/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crates/atuin-client/Cargo.toml') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index e2ad5a00..c727f019 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -70,9 +70,8 @@ tiny-bip39 = "=1.0.0" # theme crossterm = { version = "0.29.0", features = ["serde"] } palette = { version = "0.7.5", features = ["serializing"] } -lazy_static = "1.4.0" -strum_macros = "0.26.3" -strum = { version = "0.26.2", features = ["strum_macros"] } +strum_macros = "0.27" +strum = { version = "0.27", features = ["strum_macros"] } [dev-dependencies] tokio = { version = "1", features = ["full"] } -- cgit v1.3.1