Update Rust crate rand to 0.10
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
This commit is contained in:
parent
5a31055d61
commit
f77f9c3a95
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",
|
||||
|
|
@ -2235,7 +2235,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -2290,7 +2290,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -2468,7 +2468,7 @@ dependencies = [
|
|||
"mtp",
|
||||
"once_cell",
|
||||
"r2d2",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -3316,7 +3316,7 @@ dependencies = [
|
|||
"iota-util",
|
||||
"json",
|
||||
"mtp",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"reqwest",
|
||||
"sha2 0.11.0",
|
||||
|
|
@ -3435,7 +3435,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
@ -5549,7 +5549,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"open",
|
||||
"pnet",
|
||||
"rand 0.8.7",
|
||||
"rand 0.10.2",
|
||||
"rand_core 0.6.4",
|
||||
"ratatui",
|
||||
"reqwest",
|
||||
|
|
|
|||
Loading…
Reference in a new issue