Update Rust crate rand to 0.10
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
6dc4d70416
commit
38878688ed
9 changed files with 15 additions and 15 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -802,7 +802,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -2225,7 +2225,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -2280,7 +2280,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -2458,7 +2458,7 @@ dependencies = [
|
|||
"mtp",
|
||||
"once_cell",
|
||||
"r2d2",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -3268,7 +3268,7 @@ dependencies = [
|
|||
"iota-util",
|
||||
"json",
|
||||
"mtp",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"reqwest",
|
||||
"sha2 0.10.9",
|
||||
|
|
@ -3387,7 +3387,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -5518,7 +5518,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ lazy_static = "1.5.0"
|
|||
once_cell = "1.21.3"
|
||||
open = "5.3.3"
|
||||
pnet = "0.35.0"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ lazy_static = "1.5.0"
|
|||
once_cell = "1.21.3"
|
||||
open = "5.3.3"
|
||||
pnet = "0.35.0"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ lazy_static = "1.5.0"
|
|||
once_cell = "1.21.3"
|
||||
open = "5.3.3"
|
||||
pnet = "0.35.0"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ lazy_static = "1.5.0"
|
|||
once_cell = "1.21.3"
|
||||
open = "5.3.3"
|
||||
pnet = "0.35.0"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
serde_json = "1"
|
||||
serde_yaml = "0.9"
|
||||
thiserror = "2"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ tokio-util = { version = "0.7", features = ["rt"] }
|
|||
uuid = { version = "*", features = ["v4"] }
|
||||
base64 = "0.22.1"
|
||||
hex = "*"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
sha2 = "0.10.9"
|
||||
x448 = { version = "*" }
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ lazy_static = "1.5.0"
|
|||
once_cell = "1.21.3"
|
||||
open = "5.3.3"
|
||||
pnet = "0.35.0"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ lazy_static = "1.5.0"
|
|||
once_cell = "1.21.3"
|
||||
open = "5.3.3"
|
||||
pnet = "0.35.0"
|
||||
rand = "0.8"
|
||||
rand = "0.10"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue