diff --git a/Cargo.toml b/Cargo.toml index d101894..7422f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ chacha20poly1305 = "0.10" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } clap = { version = "4.5", features = ["derive"] } crossterm = "0.29" -rand = "0.8" +rand = "0.10" ratatui = { version = "0.30.1", default-features = false, features = ["crossterm_0_29"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"