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
### Changed

View File

@ -42,7 +42,7 @@ actix-service = "1.0.6"
actix-http = "2.0.0"
actix-rt = "1.0.0"
base64 = "0.12"
base64 = "0.13"
bytes = "0.5.3"
derive_more = "0.99.2"
futures-core = { version = "0.3.5", default-features = false }