mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 10:32:19 +00:00
fix: deny_unknown_fields also forbids xmlns attributes
This commit is contained in:
@@ -17,7 +17,6 @@ use tracing_actix_web::RootSpan;
|
|||||||
|
|
||||||
#[derive(Deserialize, Clone, Debug)]
|
#[derive(Deserialize, Clone, Debug)]
|
||||||
#[serde(rename_all = "kebab-case")]
|
#[serde(rename_all = "kebab-case")]
|
||||||
#[serde(deny_unknown_fields)]
|
|
||||||
struct PropfindElement {
|
struct PropfindElement {
|
||||||
#[serde(rename = "$value")]
|
#[serde(rename = "$value")]
|
||||||
prop: PropfindType,
|
prop: PropfindType,
|
||||||
|
|||||||
Reference in New Issue
Block a user