1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

Update the base64 dependency to 0.12

This commit is contained in:
Yuki Okushi
2020-04-03 17:01:36 +09:00
parent f6686c9292
commit 92c4230550
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ actix-web = { version = "^2.0", default_features = false }
actix-service = "1.0"
futures = "0.3"
bytes = "0.5"
base64 = "0.11"
base64 = "0.12"
[dev-dependencies]
actix-rt = "1.0"