mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 00:02:20 +00:00
Update rand to 0.9
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user