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

@ -106,7 +106,7 @@ h2 = { version = "0.3.24", optional = true }
# websockets
local-channel = { version = "0.1", optional = true }
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
rand = { version = "0.8", optional = true }
sha1 = { version = "0.10", optional = true }