diff --git a/Cargo.toml b/Cargo.toml index 805044a3..62770e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_derive = "1.0.195" actix-cors = "0.6.4" tracing-actix-web = "0.7.7" regex = "1.10.2" -rand = "0.8.5" +rand = "0.10.0" ssh-key = { version = "0.6", features = ["ed25519", "rand_core"] } russh = "0.44" russh-keys = "0.44"