chore(deps): don't use rustic_core webdav feature (#1367)

..no longer needed after #1363

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
aawsome 2024-11-24 10:37:26 +01:00 committed by GitHub
parent 1175ed8eac
commit 1c6a91e22f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 3 deletions

2
Cargo.lock generated
View File

@ -4275,7 +4275,6 @@ dependencies = [
"clap",
"conflate",
"crossbeam-channel",
"dav-server",
"derive_more",
"derive_setters",
"dirs",
@ -4286,7 +4285,6 @@ dependencies = [
"enum-map-derive",
"enumset",
"filetime",
"futures",
"gethostname",
"hex",
"humantime",

View File

@ -32,7 +32,6 @@ webdav = [
"dep:dav-server",
"dep:warp",
"dep:tokio",
"rustic_core/webdav",
"dep:bytes",
"dep:futures",
]