Update Rust crate base64 to 0.23.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
parent
3bfec96848
commit
c2b15b9890
4 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue