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

awc: Update base64 to 0.12

This commit is contained in:
Yuki Okushi
2020-05-21 09:51:58 +09:00
parent 8391427905
commit 603973dede
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ actix-service = "1.0.1"
actix-http = "2.0.0-alpha.3"
actix-rt = "1.0.0"
base64 = "0.11"
base64 = "0.12"
bytes = "0.5.3"
derive_more = "0.99.2"
futures-core = { version = "0.3.5", default-features = false }