1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-08 17:08:21 +00:00 committed by GitHub
parent 887d3779f4
commit ae650932e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View File

@ -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]]