Update Rust crate rand_core 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
1da61045d2
9 changed files with 9 additions and 9 deletions
|
|
@ -24,7 +24,7 @@ serde_json = "1"
|
|||
serde_yaml = "0.9"
|
||||
thiserror = "2"
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
rand_core = { version = "0.10", features = ["getrandom", "std"] }
|
||||
ratatui = "0.30.0"
|
||||
reqwest = "0.13.2"
|
||||
rusqlite = "0.39.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue