From ae650932e78e3440f286969cbc9dc0b19996ede4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:08:21 +0000 Subject: [PATCH] chore(deps): bump actix-files from 0.6.2 to 0.6.4 Bumps [actix-files](https://github.com/actix/actix-web) from 0.6.2 to 0.6.4. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/v0.6.4/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/v0.6.2...v0.6.4) --- updated-dependencies: - dependency-name: actix-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3cf13198..63043bfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -118,16 +118,15 @@ dependencies = [ [[package]] name = "actix-files" -version = "0.6.2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689" +checksum = "cc517050e349356239da19a5e100cd61c21658b3ae183b02c1c6799c581bddf3" dependencies = [ "actix-http", "actix-service", "actix-utils", "actix-web", - "askama_escape", - "bitflags 1.3.2", + "bitflags 2.4.1", "bytes 1.5.0", "derive_more", "futures-core", @@ -137,6 +136,7 @@ dependencies = [ "mime_guess", "percent-encoding", "pin-project-lite 0.2.13", + "v_htmlescape", ] [[package]]