Update dependencies

This commit is contained in:
Lennart
2025-01-29 12:20:02 +01:00
parent 21af6b0535
commit 32b0694bba
2 changed files with 138 additions and 57 deletions

View File

@@ -42,7 +42,7 @@ serde = { version = "1.0", features = ["serde_derive", "derive", "rc"] }
futures-util = "0.3"
password-auth = { version = "1.0", features = ["argon2", "pbkdf2"] }
pbkdf2 = { version = "0.12", features = ["simple"] }
rand_core = { version = "0.6", features = ["std"] }
rand_core = { version = "0.9", features = ["std"] }
chrono = { version = "0.4", features = ["serde"] }
regex = "1.10"
lazy_static = "1.5"
@@ -100,7 +100,7 @@ rustical_carddav = { path = "./crates/carddav/" }
rustical_frontend = { path = "./crates/frontend/" }
rustical_xml = { path = "./crates/xml/" }
chrono-tz = "0.10.0"
rand = "0.8"
rand = "0.9"
argon2 = "0.5"
rpassword = "7.3"
password-hash = { version = "0.5" }