server: update base64

This commit is contained in:
Valentin Tolmer
2023-03-27 10:20:36 +02:00
committed by nitnelave
parent ae9b04d4d2
commit bd1b7e8809
2 changed files with 15 additions and 33 deletions

View File

@@ -15,7 +15,7 @@ actix-web = "4.3"
actix-web-httpauth = "0.8"
anyhow = "*"
async-trait = "0.1"
base64 = "*"
base64 = "0.21"
bincode = "1.3"
cron = "*"
derive_builder = "0.12"