From 05ee7acca657c1039a7ca5c6883664ee700c7894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 03:31:51 +0000 Subject: [PATCH] chore(deps): Bump actix from 0.13.3 to 0.13.5 Bumps [actix](https://github.com/actix/actix) from 0.13.3 to 0.13.5. - [Release notes](https://github.com/actix/actix/releases) - [Commits](https://github.com/actix/actix/compare/actix-v0.13.3...actix-v0.13.5) --- updated-dependencies: - dependency-name: actix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 776f6e5..c19c65f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "8b5ace29ee3216de37c0546865ad08edef58b0f9e76838ed8959a84a990e58c5" [[package]] name = "actix" -version = "0.13.3" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb72882332b6d6282f428b77ba0358cb2687e61a6f6df6a6d3871e8a177c2d4f" +checksum = "de7fa236829ba0841304542f7614c42b80fca007455315c45c785ccfa873a85b" dependencies = [ "actix-macros", "actix-rt",