Update Rust crate base64 to 0.23.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-20 19:00:38 +03:00
commit b521f9828e
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
] }
ansi_term = "0.12.1"
base64 = "0.22.1"
base64 = "0.23.0"
bytes = "1"
dashmap = "6.2.1"
dotenv = "0.15.0"