From 9b294f0682de41deb47a85f27d2d8338e269432a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:30:06 +0000 Subject: [PATCH] chore(deps): update rust crate actix-web to 4.4.0 (#130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91d0e7ca..19a4ad09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" publish = false [workspace.dependencies] -actix-web = "4.3.1" +actix-web = "4.4.0" anyhow = "1.0.75" async-trait = "0.1.73" base64 = "0.21.4"