From ad39cc9ac09e63a647fe87428acbe23ef3495b69 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 8 Feb 2024 00:14:36 +0000 Subject: [PATCH] Update Rust crate actix to 0.13.3 --- 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 3816f61..57d60db 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "actix" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc9ef49f64074352f73ef9ec8c060a5f5799c96715c986a17f10933c3da2955c" +checksum = "fb72882332b6d6282f428b77ba0358cb2687e61a6f6df6a6d3871e8a177c2d4f" dependencies = [ "actix-macros", "actix-rt", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 0fe3599..33f5e55 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.2" +actix = "0.13.3" actix-web-actors = "4.3.0" actix-rt = "2.9.0" uuid = { version = "1.7.0", features = ["v4"] }