mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +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",
|
"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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user