mirror of https://github.com/fafhrd91/actix-web
chore(files): prepare v0.6.10 release
This commit is contained in:
parent
06a354fe52
commit
bc27fd2724
|
|
@ -44,7 +44,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "actix-files"
|
||||
version = "0.6.9"
|
||||
version = "0.6.10"
|
||||
dependencies = [
|
||||
"actix-http",
|
||||
"actix-rt",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue