1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

Update v_htmlescape to 0.10

This commit is contained in:
Yuki Okushi 2020-07-02 17:52:42 +09:00
parent 23c8191cca
commit f2d641b772
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1
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"