1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +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,6 +1,8 @@
# Changes
## Unreleased - 2020-xx-xx
### Changed
* Upgrade `serde_urlencoded` to `0.7`.
## 3.2.0 - 2020-10-30