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-29 14:02:27 +03:00
commit ea2df05dc8
4 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ edition = "2024"
iota-logger = { path = "../iota-logger" }
iota-util = { path = "../iota-util" }
iota-paths = { path = "../iota-paths" }
base64 = "0.22.1"
base64 = "0.23.0"
json = "*"
arc-swap = "1"
once_cell = "1.21.3"