caldav: chrono_tz dependency

This commit is contained in:
Lennart
2025-01-15 20:12:08 +01:00
parent 89572e28d1
commit bfda4b99ec
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2768,6 +2768,7 @@ dependencies = [
"async-trait", "async-trait",
"base64 0.22.1", "base64 0.22.1",
"chrono", "chrono",
"chrono-tz",
"derive_more 1.0.0", "derive_more 1.0.0",
"futures-util", "futures-util",
"quick-xml", "quick-xml",

View File

@@ -25,6 +25,7 @@ url = { workspace = true }
rustical_dav = { workspace = true } rustical_dav = { workspace = true }
rustical_store = { workspace = true } rustical_store = { workspace = true }
chrono = { workspace = true } chrono = { workspace = true }
chrono-tz = { workspace = true }
sha2 = { workspace = true } sha2 = { workspace = true }
rustical_xml.workspace = true rustical_xml.workspace = true
uuid.workspace = true uuid.workspace = true