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

chore: update base64 to v0.22

This commit is contained in:
Rob Ede
2024-03-03 22:18:29 +00:00
parent c10f05a867
commit 49020e79ae
3 changed files with 6 additions and 3 deletions

View File

@ -79,7 +79,7 @@ actix-rt = { version = "2.1", default-features = false }
actix-tls = { version = "3.3", features = ["connect", "uri"] }
actix-utils = "3"
base64 = "0.21"
base64 = "0.22"
bytes = "1"
cfg-if = "1"
derive_more = "0.99.5"