From ff5b5983564e91162a5d0d8a5251e13d283a20a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 07:06:32 +0000 Subject: [PATCH] Update actix requirement from 0.12 to 0.13 Updates the requirements on [actix](https://github.com/actix/actix) to permit the latest version. - [Release notes](https://github.com/actix/actix/releases) - [Commits](https://github.com/actix/actix/commits) --- updated-dependencies: - dependency-name: actix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06e2cdf..4365f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ actix-rt = "2.1.0" actix-service = "2.0.0" actix-cors = "0.5.4" actix-http = "2.1.0" -actix = "0.12" +actix = "0.13" log = "0.4.11" env_logger = "0.9.0" serde = "1.0.116"