diff --git a/Cargo.toml b/Cargo.toml index 6ee78aa..6a6a6b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities", "development-tools"] arboard = "3.6.1" clap = { version = "4.6.1", features = ["derive", "env"] } cursive = "0.21.1" -rand_core = { version = "0.6", features = ["getrandom"] } +rand_core = { version = "0.10", features = ["getrandom"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" ssh-key = { version = "0.6.7", features = ["ed25519", "encryption", "p256", "rsa", "std"] }