Skip to content

Commit eb356b2

Browse files
authored
Bump quick-xml to 0.41.0 to remediate high-severity RustSec DoS advisories
1 parent 445407c commit eb356b2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ libc = "0.2"
3838
num = "0.4"
3939
parking_lot = "0.12"
4040
proc-macro2 = "1.0"
41-
quick-xml = "0.38"
41+
quick-xml = "0.41"
4242
quote = "1.0"
4343
regex = "1.11"
4444
reqwest = "0.12"

xsd-parser-types/src/quick_xml/deserialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ pub struct DeserializeHelper {
676676
impl DeserializeHelper {
677677
/// Resolves a [`QName`] in the current context of the parsed XML.
678678
///
679-
/// For more details check [`quick_xml::NsReader::resolve`].
679+
/// For more details check [`quick_xml::name::NamespaceResolver::resolve`].
680680
#[must_use]
681681
pub fn resolve<'n>(
682682
&self,

0 commit comments

Comments
 (0)