chore(deps): update rust crate rand to 0.9.0

This commit is contained in:
ThetaDev 2025-02-07 13:46:59 +01:00 committed by ThetaDev
parent daf3d035be
commit af415ddf8f
4 changed files with 14 additions and 14 deletions

View file

@ -40,7 +40,7 @@ serde_with = { version = "3.0.0", default-features = false, features = [
] }
serde_plain = "1.0.0"
sha1 = "0.10.0"
rand = "0.8.0"
rand = "0.9.0"
time = { version = "0.3.37", features = [
"macros",
"serde-human-readable",