fix(deps): update rust crate rand_core to 0.10.0
This commit is contained in:
parent
36a3144757
commit
7b5a292bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ libloading.optional = true
|
|||
log.workspace = true
|
||||
num-traits.workspace = true
|
||||
rand.workspace = true
|
||||
rand_core = { version = "0.6.4", features = ["getrandom"] }
|
||||
rand_core = { version = "0.10.0", features = ["getrandom"] }
|
||||
regex.workspace = true
|
||||
reqwest.workspace = true
|
||||
ring.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue