diff --git a/Cargo.toml b/Cargo.toml index 724c077..a241593 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"] } futures-util = "0.3.29" futures = "0.3.29"