From 8667f3b2aab85c628048240f410fdea7eee69079 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Mon, 5 Feb 2024 00:33:23 +0000 Subject: [PATCH] Update Rust crate actix-web-actors to 4.3.0 --- rust/Cargo.lock | 4 ++-- rust/sea_battle_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8d47ea0..3816f61 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -212,9 +212,9 @@ dependencies = [ [[package]] name = "actix-web-actors" -version = "4.2.0" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6e9ccc371cfddbed7aa842256a4abc7a6dcac9f3fce392fe1d0f68cfd136b2" +checksum = "420b001bb709d8510c3e2659dae046e54509ff9528018d09c78381e765a1f9fa" dependencies = [ "actix", "actix-codec", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 70c6f9f..0fe3599 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.110" actix-web = "4.4.1" actix-cors = "0.7.0" actix = "0.13.2" -actix-web-actors = "4.1.0" +actix-web-actors = "4.3.0" actix-rt = "2.9.0" uuid = { version = "1.7.0", features = ["v4"] } rand = "0.8.5"