Update Rust crate rand to 0.9.0

This commit is contained in:
2025-02-01 00:22:15 +00:00
parent c22fcdab74
commit 022073f26a

@ -24,7 +24,7 @@ mime_guess = "2.0.4"
askama = "0.12.1" askama = "0.12.1"
futures-util = "0.3.30" futures-util = "0.3.30"
urlencoding = "2.1.3" urlencoding = "2.1.3"
rand = "0.8.5" rand = "0.9.0"
base64 = "0.22.1" base64 = "0.22.1"
jwt-simple = { version = "0.12.10", default-features = false, features = ["pure-rust"] } jwt-simple = { version = "0.12.10", default-features = false, features = ["pure-rust"] }
digest = "0.10.7" digest = "0.10.7"