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-09 21:02:12 +02:00
commit 2a27268dd9
11 changed files with 19 additions and 19 deletions

View file

@ -12,7 +12,7 @@ iota-paths = { path = "../iota-paths" }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
aes-gcm = "0.10.3"
base64 = "0.22.1"
base64 = "0.23.0"
hex = "*"
hkdf = "0.12.4"
json = "*"