dav: Fix Destination header percent decoding

This commit is contained in:
Lennart
2025-06-14 16:49:34 +02:00
parent 829d4a4385
commit 0c48507f0c
4 changed files with 7 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ reqwest = { version = "0.12", features = [
], default-features = false }
openidconnect = "4.0"
clap = { version = "4.5", features = ["derive", "env"] }
matchit-serde = { git = "https://github.com/lennart-k/matchit-serde", rev = "a6efbcee" }
matchit-serde = { git = "https://github.com/lennart-k/matchit-serde", rev = "f0591d13" }
[dependencies]
rustical_store = { workspace = true }