Compare commits

..

2 Commits

Author SHA1 Message Date
7755070b2d Merge pull request 'Update Rust crate rand to 0.9.0' (#203) from renovate/rand-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #203
2025-02-03 20:11:40 +00:00
8de6ca700e Update Rust crate rand to 0.9.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-28 00:26:57 +00:00

View File

@@ -28,5 +28,5 @@ rustls = { version = "0.21.0", features = ["dangerous_configuration"] }
rustls-native-certs = "0.6.3"
[dev-dependencies]
rand = "0.8.5"
rand = "0.9.0"
mktemp = "0.5.1"