From 440a81c30776e068cfcaaec202cd859933426bee Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 31 Aug 2023 00:30:55 +0000 Subject: [PATCH] Update Rust crate actix to 0.13.1 --- rust/Cargo.lock | 7 ++++--- rust/sea_battle_backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index db2ad75..33eaeb5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4,13 +4,14 @@ version = 3 [[package]] name = "actix" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f728064aca1c318585bf4bb04ffcfac9e75e508ab4e8b1bd9ba5dfe04e2cbed5" +checksum = "cba56612922b907719d4a01cf11c8d5b458e7d3dba946d0435f20f58d6795ed2" dependencies = [ + "actix-macros", "actix-rt", "actix_derive", - "bitflags 1.3.2", + "bitflags 2.3.3", "bytes", "crossbeam-channel", "futures-core", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 87ca1bf..fd98cb8 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.186", features = ["derive"] } serde_json = "1.0.105" actix-web = "4.4.0" actix-cors = "0.6.2" -actix = "0.13.0" +actix = "0.13.1" actix-web-actors = "4.1.0" actix-rt = "2.9.0" uuid = { version = "1.4.1", features = ["v4"] } -- 2.45.2