1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Update base64 to 0.22

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2024-06-10 16:31:01 +00:00
parent cbaad72b94
commit 90625a71d0
No known key found for this signature in database
3 changed files with 12 additions and 6 deletions

View file

@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
aes = "0.8"
base64 = "0.21"
base64 = "0.22"
bytes = "1"
cfg-if = "1.0"
ctr = "0.9"