remove unused roxmltree dependency

This commit is contained in:
Lennart
2024-10-31 18:16:38 +01:00
parent 764f9401ac
commit a136f86ca7
5 changed files with 0 additions and 13 deletions

9
Cargo.lock generated
View File

@@ -2390,12 +2390,6 @@ version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
[[package]]
name = "roxmltree"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
[[package]]
name = "rsa"
version = "0.9.6"
@@ -2548,7 +2542,6 @@ dependencies = [
"derive_more 1.0.0",
"futures-util",
"quick-xml",
"roxmltree",
"rustical_dav",
"rustical_store",
"serde",
@@ -2573,7 +2566,6 @@ dependencies = [
"derive_more 1.0.0",
"futures-util",
"quick-xml",
"roxmltree",
"rustical_dav",
"rustical_store",
"serde",
@@ -2596,7 +2588,6 @@ dependencies = [
"itertools",
"log",
"quick-xml",
"roxmltree",
"rustical_store",
"serde",
"strum",

View File

@@ -46,7 +46,6 @@ tokio = { version = "1", features = [
"full",
] }
url = "2.5"
roxmltree = "0.20"
base64 = "0.22"
thiserror = "1.0"
quick-xml = { version = "0.37", features = [

View File

@@ -21,7 +21,6 @@ actix-web-httpauth = { workspace = true }
base64 = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
roxmltree = { workspace = true }
url = { workspace = true }
rustical_dav = { workspace = true }
rustical_store = { workspace = true }

View File

@@ -21,7 +21,6 @@ actix-web-httpauth = { workspace = true }
base64 = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
roxmltree = { workspace = true }
url = { workspace = true }
rustical_dav = { workspace = true }
rustical_store = { workspace = true }

View File

@@ -15,7 +15,6 @@ rustical_store = { workspace = true }
serde = { workspace = true }
strum = { workspace = true }
thiserror = { workspace = true }
roxmltree = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
derive_more = { workspace = true }