From 197b806e074ea578ea5e31f5b43ff6de04ad4610 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 5 Feb 2023 00:15:06 +0000 Subject: [PATCH] Update Rust crate actix-web-actors to 4.2.0 --- rust/Cargo.lock | 5 +++-- rust/sea_battle_backend/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e6a4849..d2d15d7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "actix-web-actors" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31efe7896f3933ce03dd4710be560254272334bb321a18fd8ff62b1a557d9d19" +checksum = "bf6e9ccc371cfddbed7aa842256a4abc7a6dcac9f3fce392fe1d0f68cfd136b2" dependencies = [ "actix", "actix-codec", @@ -224,6 +224,7 @@ dependencies = [ "futures-core", "pin-project-lite", "tokio", + "tokio-util", ] [[package]] diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index f64bace..3ea9bad 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0.85" actix-web = "4.1.0" actix-cors = "0.6.2" actix = "0.13.0" -actix-web-actors = "4.1.0" +actix-web-actors = "4.2.0" actix-rt = "2.7.0" uuid = { version = "1.1.2", features = ["v4"] } rand = "0.8.5"