diff --git a/Cargo.toml b/Cargo.toml index 438e339..57d066f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -rand = "0.9.0" +rand = "0.10.0" rocket = "0.5.1" [profile.release]