1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

Bump base64 to 0.13 (#1744)

This commit is contained in:
ghizzo01
2020-10-19 19:24:22 +02:00
committed by GitHub
parent e563025b16
commit f92742bdac
6 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Upgrade `base64` to `0.13`.
## 2.0.0 - 2020-09-11
* No significant changes from `2.0.0-beta.4`.

View File

@ -49,7 +49,7 @@ actix-threadpool = "0.3.1"
actix-tls = { version = "2.0.0", optional = true }
actix = { version = "0.10.0", optional = true }
base64 = "0.12"
base64 = "0.13"
bitflags = "1.2"
bytes = "0.5.3"
cookie = { version = "0.14.1", features = ["percent-encode"] }