chore(deps): update rust crate base64 to 0.23
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-05 23:03:20 +02:00
commit 3bd9dfa280
2 changed files with 13 additions and 7 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
axum = "0.8"
base64 = "0.22"
base64 = "0.23"
chrono = { version = "0.4", features = ["serde"] }
http = "1"
mtp = { git = "https://git.methanium.net/methanium/mtp.git", rev = "a692bed326dbfc8eac1a05825f4a287cbab6fd3e", features = ["crypto", "web-server"] }