Update Rust crate rand_core to 0.10
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Rasensprenger 2026-08-06 01:03:25 +02:00
commit 1da61045d2
9 changed files with 9 additions and 9 deletions

View file

@ -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"