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

Upgrade serde_urlencoded to 0.7 (#1773)

This commit is contained in:
Yuki Okushi
2020-11-06 01:36:15 +09:00
committed by GitHub
parent 9b6a089b36
commit 4bfd5c2781
8 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
# Changes
## Unreleased - 2020-xx-xx
### Changed
* Upgrade `serde_urlencoded` to `0.7`.
## 2.0.1 - 2020-10-30
### Changed

View File

@@ -53,7 +53,7 @@ percent-encoding = "2.1"
rand = "0.7"
serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.6.1"
serde_urlencoded = "0.7"
open-ssl = { version = "0.10", package = "openssl", optional = true }
rust-tls = { version = "0.18.0", package = "rustls", optional = true, features = ["dangerous_configuration"] }