Update Rust crate base64 to 0.23.0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-20 19:01:06 +03:00
commit 1ad60133f5
5 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
iota-util = { path = "../iota-util" }
aes-gcm = "0.10.3"
async-trait = "0.1.89"
base64 = "0.22.1"
base64 = "0.23.0"
futures = "*"
hkdf = "0.12.4"
hyper = { version = "1.8.1", features = [