From f2d641b772cc0d61384f9dcbf91ec132065a0f24 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 2 Jul 2020 17:52:42 +0900 Subject: [PATCH] Update `v_htmlescape` to 0.10 --- actix-files/CHANGES.md | 4 ++++ actix-files/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"