diff --git a/actix-files/CHANGES.md b/actix-files/CHANGES.md index abf143997..5d1845e37 100644 --- a/actix-files/CHANGES.md +++ b/actix-files/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [unreleased] - xxx + +* Update `v_htmlescape` to 0.10 + ## [0.3.0-alpha.1] - 2020-05-23 * Update `actix-web` and `actix-http` dependencies to alpha diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 76e528b12..12fd03ce1 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4" mime = "0.3" mime_guess = "2.0.1" percent-encoding = "2.1" -v_htmlescape = "0.4" +v_htmlescape = "0.10" [dev-dependencies] actix-rt = "1.0.0"