From e09623cf1901c283f4737d9deecf9e38a09f6a9c Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 2 Feb 2024 00:35:05 +0000 Subject: [PATCH] Update Rust crate actix to 0.13.2 --- 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 c25fe76..d828582 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "actix" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cba56612922b907719d4a01cf11c8d5b458e7d3dba946d0435f20f58d6795ed2" +checksum = "dc9ef49f64074352f73ef9ec8c060a5f5799c96715c986a17f10933c3da2955c" dependencies = [ "actix-macros", "actix-rt", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 4fdff74..70c6f9f 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.110" actix-web = "4.4.1" actix-cors = "0.7.0" -actix = "0.13.1" +actix = "0.13.2" actix-web-actors = "4.1.0" actix-rt = "2.9.0" uuid = { version = "1.7.0", features = ["v4"] }