mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
bump dependencies
This commit is contained in:
679
Cargo.lock
generated
679
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -15,7 +15,7 @@ quick-xml = { version = "0.31", features = [
|
|||||||
"serde-types",
|
"serde-types",
|
||||||
"serialize",
|
"serialize",
|
||||||
] }
|
] }
|
||||||
roxmltree = "0.19"
|
roxmltree = "0.20"
|
||||||
rustical_store = { path = "../store/" }
|
rustical_store = { path = "../store/" }
|
||||||
rustical_dav = { path = "../dav/" }
|
rustical_dav = { path = "../dav/" }
|
||||||
rustical_auth = { path = "../auth/" }
|
rustical_auth = { path = "../auth/" }
|
||||||
|
|||||||
@@ -13,6 +13,6 @@ quick-xml = "0.31"
|
|||||||
rustical_auth = { path = "../auth/" }
|
rustical_auth = { path = "../auth/" }
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
strum = "0.26"
|
strum = "0.26"
|
||||||
itertools = "0.12"
|
itertools = "0.13"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
roxmltree = "0.19"
|
roxmltree = "0.20"
|
||||||
|
|||||||
Reference in New Issue
Block a user