Update Rust crate rand to 0.9.2 (#119)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-21 00:15:34 +00:00
parent 35ade770be
commit db44835c39
2 changed files with 3 additions and 3 deletions

View File

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