Update Rust crate rand to 0.10.0
Some checks failed
CI / cargo test (push) Failing after 25m22s
CI / cargo test (pull_request) Failing after 33m56s

This commit is contained in:
Renovate Bot 2026-02-08 16:11:01 +00:00
parent d8e4030d7d
commit 968557897a
2 changed files with 307 additions and 42 deletions

View file

@ -10,6 +10,6 @@ strip = true
[dependencies]
tempfile = "3.20.0"
dialoguer = "0.12.0"
rand = "0.9.0"
rand = "0.10.0"
clap = { version = "4.5.38", features = [ "derive" ]}
sedregex = "0.2.5"