mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 14:42:30 +00:00
Fix Nextcloud login flaws
This commit is contained in:
@@ -99,6 +99,7 @@ rustical_caldav = { path = "./crates/caldav/" }
|
||||
rustical_carddav = { path = "./crates/carddav/" }
|
||||
rustical_frontend = { path = "./crates/frontend/" }
|
||||
rustical_xml = { path = "./crates/xml/" }
|
||||
rustical_nextcloud_login = { path = "./crates/nextcloud_login/" }
|
||||
chrono-tz = "0.10"
|
||||
rand = "0.8"
|
||||
argon2 = "0.5"
|
||||
@@ -155,4 +156,5 @@ pbkdf2.workspace = true
|
||||
password-hash.workspace = true
|
||||
reqwest.workspace = true
|
||||
rustical_dav.workspace = true
|
||||
rustical_nextcloud_login.workspace = true
|
||||
quick-xml.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user