From 048630f2cdad3c4f82be539ea7ce104296a61014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:15:30 +0000 Subject: [PATCH] chore(deps): bump actix-files from 0.6.5 to 0.6.6 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.5 to 0.6.6. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.6/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.5...v0.6.6) --- updated-dependencies: - dependency-name: actix-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e82cc13..2401e5e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212" +checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index ccdb3b9d..2a9611e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ shuttle = ["dep:shuttle-actix-web", "dep:shuttle-runtime", "dep:tokio"] actix-web = { version = "4.5.1" } actix-web-grants = { version = "4.1.1" } actix-multipart = "0.6.1" -actix-files = "0.6.5" +actix-files = "0.6.6" shuttle-actix-web = { version = "0.45.0", optional = true } shuttle-runtime = { version = "0.42.0", optional = true } awc = { version = "3.5.0" }