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
ec3f5e6a6e
commit
b1f06e9375
4 changed files with 6 additions and 6 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -2240,7 +2240,7 @@ name = "iota-storage"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"base64 0.22.1",
|
"base64 0.23.1",
|
||||||
"iota-logger",
|
"iota-logger",
|
||||||
"iota-paths",
|
"iota-paths",
|
||||||
"iota-util",
|
"iota-util",
|
||||||
|
|
@ -2283,7 +2283,7 @@ dependencies = [
|
||||||
name = "iota-util"
|
name = "iota-util"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.23.1",
|
||||||
"hex",
|
"hex",
|
||||||
"iota-paths",
|
"iota-paths",
|
||||||
"mtp",
|
"mtp",
|
||||||
|
|
@ -2996,7 +2996,7 @@ name = "omikron-connector"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.22.1",
|
"base64 0.23.1",
|
||||||
"dashmap",
|
"dashmap",
|
||||||
"iota-connection",
|
"iota-connection",
|
||||||
"iota-logger",
|
"iota-logger",
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2024"
|
||||||
iota-logger = { path = "../iota-logger" }
|
iota-logger = { path = "../iota-logger" }
|
||||||
iota-util = { path = "../iota-util" }
|
iota-util = { path = "../iota-util" }
|
||||||
iota-paths = { path = "../iota-paths" }
|
iota-paths = { path = "../iota-paths" }
|
||||||
base64 = "0.22.1"
|
base64 = "0.23.0"
|
||||||
json = "*"
|
json = "*"
|
||||||
arc-swap = "1"
|
arc-swap = "1"
|
||||||
once_cell = "1.21.3"
|
once_cell = "1.21.3"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ sysinfo = "0.38.0"
|
||||||
uuid = { version = "*", features = ["v4"] }
|
uuid = { version = "*", features = ["v4"] }
|
||||||
walkdir = "2.5.0"
|
walkdir = "2.5.0"
|
||||||
zip = "6.0.0"
|
zip = "6.0.0"
|
||||||
base64 = "0.22.1"
|
base64 = "0.23.0"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,5 @@ reqwest = "0.13.2"
|
||||||
tokio = { version = "1.50.0", features = ["full"] }
|
tokio = { version = "1.50.0", features = ["full"] }
|
||||||
tokio-util = { version = "0.7", features = ["rt"] }
|
tokio-util = { version = "0.7", features = ["rt"] }
|
||||||
uuid = { version = "*", features = ["v4"] }
|
uuid = { version = "*", features = ["v4"] }
|
||||||
base64 = "0.22.1"
|
base64 = "0.23.0"
|
||||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue