mirror of https://github.com/fafhrd91/actix-web
Bump v_htmlescape from 0.11.x to 0.12.x
This commit is contained in:
parent
95ccf1c9bc
commit
6c3178f5d5
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue