Update Rust crate rand to 0.9.0 #351

Merged
pierre merged 2 commits from renovate/rand-0.x into master 2025-02-03 20:00:33 +00:00
Showing only changes of commit 022073f26a - Show all commits

View File

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