From 13a4ac1c6d6f1388755fc4565b6434ebd5837855 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 8 Aug 2024 00:09:50 +0000 Subject: [PATCH] Update Rust crate actix-web-actors to v4.3.1 --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 3c8de8a..1cfbf71 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "actix-web-actors" -version = "4.3.0" +version = "4.3.1+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420b001bb709d8510c3e2659dae046e54509ff9528018d09c78381e765a1f9fa" +checksum = "f98c5300b38fd004fe7d2a964f9a90813fdbe8a81fed500587e78b1b71c6f980" dependencies = [ "actix", "actix-codec",