chore(files): prepare v0.6.10 release

This commit is contained in:
Yuki Okushi 2026-02-06 21:12:50 +09:00
parent 06a354fe52
commit bc27fd2724
3 changed files with 15 additions and 2 deletions

2
Cargo.lock generated
View File

@ -44,7 +44,7 @@ dependencies = [
[[package]]
name = "actix-files"
version = "0.6.9"
version = "0.6.10"
dependencies = [
"actix-http",
"actix-rt",

View File

@ -2,6 +2,19 @@
## Unreleased
## 0.6.10
### Security Notice
We addressed 2 vulnerabilities in this release:
- Do not panic with empty Range header.
- Avoid serving CWD on invalid `Files::new` inputs.
We encourage updating your `actix-files` version as soon as possible.
### Other changes
- Minimum supported Rust version (MSRV) is now 1.88.
- `PathBufWrap` & `UriSegmentError` made public. [#3694]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-files"
version = "0.6.9"
version = "0.6.10"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
description = "Static file serving for Actix Web"
keywords = ["actix", "http", "async", "futures"]