Update Rust crate rand to 0.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-18 00:27:00 +00:00
parent 3d5a32ae6a
commit 117e2c3079
2 changed files with 3 additions and 24 deletions

View File

@ -19,7 +19,7 @@ serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
zip = { version = "2.6.1", optional = true }
mktemp = { version = "0.5.1", optional = true }
rand = { version = "0.9.0", optional = true }
rand = { version = "0.9.1", optional = true }
port_scanner = { version = "0.1.5", optional = true }
thiserror = "2.0.12"