bump dependencies

This commit is contained in:
Lennart
2024-05-25 22:03:23 +02:00
parent 7a0a91f823
commit 76485b2109
3 changed files with 364 additions and 321 deletions

679
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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/" }

View File

@@ -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"