chore(cargo): update base64 to 0.22

This commit is contained in:
link2xt
2024-04-07 19:16:09 +00:00
parent dcea188b62
commit e2e3abdf03
4 changed files with 11 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ typescript-type-def = { version = "0.5.8", features = ["json_value"] }
tokio = { version = "1.37.0" }
sanitize-filename = "0.5"
walkdir = "2.5.0"
base64 = "0.21"
base64 = "0.22"
# optional dependencies
axum = { version = "0.7", optional = true, features = ["ws"] }