1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

http: Update base64 to 0.12

This commit is contained in:
Yuki Okushi
2020-05-21 09:51:32 +09:00
parent 2314dc30b5
commit 8391427905
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ actix-threadpool = "0.3.1"
actix-tls = { version = "2.0.0-alpha.1", optional = true }
actix = { version = "0.10.0-alpha.1", optional = true }
base64 = "0.11"
base64 = "0.12"
bitflags = "1.2"
bytes = "0.5.3"
copyless = "0.1.4"