Update rand to 0.9

This commit is contained in:
Lennart
2025-06-08 19:56:48 +02:00
parent c05c330601
commit 1d25d6cc70
7 changed files with 11 additions and 16 deletions

6
Cargo.lock generated
View File

@@ -2653,7 +2653,6 @@ dependencies = [
"password-hash",
"pbkdf2",
"quick-xml",
"rand 0.8.5",
"reqwest",
"rpassword",
"rustical_caldav",
@@ -2795,7 +2794,7 @@ dependencies = [
"hex",
"http",
"mime_guess",
"rand 0.8.5",
"rand 0.9.1",
"rust-embed",
"rustical_oidc",
"rustical_store",
@@ -2858,7 +2857,7 @@ dependencies = [
"http",
"ical",
"lazy_static",
"rand 0.8.5",
"rand 0.9.1",
"regex",
"rrule",
"rstest",
@@ -2886,7 +2885,6 @@ dependencies = [
"password-auth",
"password-hash",
"pbkdf2",
"rand 0.8.5",
"rustical_ical",
"rustical_store",
"serde",