mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 18:12:27 +00:00
caldav: chrono_tz dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2768,6 +2768,7 @@ dependencies = [
|
||||
"async-trait",
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
"derive_more 1.0.0",
|
||||
"futures-util",
|
||||
"quick-xml",
|
||||
|
||||
@@ -25,6 +25,7 @@ url = { workspace = true }
|
||||
rustical_dav = { workspace = true }
|
||||
rustical_store = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
chrono-tz = { workspace = true }
|
||||
sha2 = { workspace = true }
|
||||
rustical_xml.workspace = true
|
||||
uuid.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user