update quick_xml

This commit is contained in:
Lennart
2024-02-25 11:56:07 +01:00
parent bdc94e084f
commit 76c879b9f7
7 changed files with 14 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ impl Resource for RootResource {
"{}/{}",
self.prefix, self.principal
)))?;
Ok(())
Ok::<(), quick_xml::Error>(())
})?;
}
_ => return Err(anyhow!("invalid prop!")),