1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 08:38:16 +02:00

Merge pull request #1585 from JohnTitor/v-htmlescape

Update `v_htmlescape` to 0.10
This commit is contained in:
Yuki Okushi
2020-07-03 07:46:26 +09:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

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

View File

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