diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index b238ff6..1320644 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -23,7 +23,7 @@ actix = "0.13.3" actix-web-actors = "4.3.0" actix-rt = "2.9.0" uuid = { version = "1.8.0", features = ["v4"] } -rand = "0.8.5" +rand = "0.9.0" serde_with = "3.8.1" tokio = { version = "1", features = ["full"] } semver = "1.0.22"