Bump v_htmlescape from 0.11.x to 0.12.x

This commit is contained in:
lberrymage 2020-12-22 14:46:02 -09:00
parent 95ccf1c9bc
commit 6c3178f5d5
No known key found for this signature in database
GPG Key ID: CEF3E41247E77E5F
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Changes # Changes
## Unreleased - 2020-xx-xx ## Unreleased - 2020-xx-xx
* Bump `v_htmlescape` to `0.12`
## 0.4.1 - 2020-11-24 ## 0.4.1 - 2020-11-24

View File

@ -28,7 +28,7 @@ log = "0.4"
mime = "0.3" mime = "0.3"
mime_guess = "2.0.1" mime_guess = "2.0.1"
percent-encoding = "2.1" percent-encoding = "2.1"
v_htmlescape = "0.11" v_htmlescape = { version = "0.12", default-features = false, features = ["bytes-buf-tokio3"] }
[dev-dependencies] [dev-dependencies]
actix-rt = "1.0.0" actix-rt = "1.0.0"