From 5289e67c1127bb39b2497e078e1c65169db6f3cd Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 28 Jan 2025 00:26:17 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 --- rust/sea_battle_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"