From f703de7b0471dcb151784d11b6f5452878945a98 Mon Sep 17 00:00:00 2001 From: Rafael Bachmann Date: Sat, 29 Jan 2022 15:17:25 +0100 Subject: [PATCH] Update others/unix-socket to v4. (#495) --- other/unix-socket/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/unix-socket/Cargo.toml b/other/unix-socket/Cargo.toml index 760de094..63c59799 100644 --- a/other/unix-socket/Cargo.toml +++ b/other/unix-socket/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Messense Lv "] edition = "2018" [dependencies] -env_logger = "0.8" -actix-web = "3" +env_logger = "0.9.0" +actix-web = "4.0.0-beta.21"