mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +00:00
remove unused roxmltree dependency
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@@ -2390,12 +2390,6 @@ version = "1.9.3"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "roxmltree"
|
|
||||||
version = "0.20.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rsa"
|
name = "rsa"
|
||||||
version = "0.9.6"
|
version = "0.9.6"
|
||||||
@@ -2548,7 +2542,6 @@ dependencies = [
|
|||||||
"derive_more 1.0.0",
|
"derive_more 1.0.0",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"roxmltree",
|
|
||||||
"rustical_dav",
|
"rustical_dav",
|
||||||
"rustical_store",
|
"rustical_store",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -2573,7 +2566,6 @@ dependencies = [
|
|||||||
"derive_more 1.0.0",
|
"derive_more 1.0.0",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"roxmltree",
|
|
||||||
"rustical_dav",
|
"rustical_dav",
|
||||||
"rustical_store",
|
"rustical_store",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -2596,7 +2588,6 @@ dependencies = [
|
|||||||
"itertools",
|
"itertools",
|
||||||
"log",
|
"log",
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"roxmltree",
|
|
||||||
"rustical_store",
|
"rustical_store",
|
||||||
"serde",
|
"serde",
|
||||||
"strum",
|
"strum",
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ tokio = { version = "1", features = [
|
|||||||
"full",
|
"full",
|
||||||
] }
|
] }
|
||||||
url = "2.5"
|
url = "2.5"
|
||||||
roxmltree = "0.20"
|
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
quick-xml = { version = "0.37", features = [
|
quick-xml = { version = "0.37", features = [
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ actix-web-httpauth = { workspace = true }
|
|||||||
base64 = { workspace = true }
|
base64 = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
tokio = { workspace = true }
|
tokio = { workspace = true }
|
||||||
roxmltree = { workspace = true }
|
|
||||||
url = { workspace = true }
|
url = { workspace = true }
|
||||||
rustical_dav = { workspace = true }
|
rustical_dav = { workspace = true }
|
||||||
rustical_store = { workspace = true }
|
rustical_store = { workspace = true }
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ actix-web-httpauth = { workspace = true }
|
|||||||
base64 = { workspace = true }
|
base64 = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
tokio = { workspace = true }
|
tokio = { workspace = true }
|
||||||
roxmltree = { workspace = true }
|
|
||||||
url = { workspace = true }
|
url = { workspace = true }
|
||||||
rustical_dav = { workspace = true }
|
rustical_dav = { workspace = true }
|
||||||
rustical_store = { workspace = true }
|
rustical_store = { workspace = true }
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ rustical_store = { workspace = true }
|
|||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
strum = { workspace = true }
|
strum = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
roxmltree = { workspace = true }
|
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
derive_more = { workspace = true }
|
derive_more = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user