From d437002c91d4e29f9cb8304be0340c719c679c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 21:05:12 +0000 Subject: [PATCH] deps(cargo): bump actix-web-static-files from 4.0.0 to 4.0.1 (#255) Bumps [actix-web-static-files](https://github.com/kilork/actix-web-static-files) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/kilork/actix-web-static-files/releases) - [Commits](https://github.com/kilork/actix-web-static-files/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actix-web-static-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97f656c..6bd3920 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "actix-web-static-files" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830ce9c2daaefe6fc8a484774b9fc9e79ab5b4685064c85d50fd55e820b9a6c5" +checksum = "adf6d1ef6d7a60e084f9e0595e2a5234abda14e76c105ecf8e2d0e8800c41a1f" dependencies = [ "actix-web", "derive_more",