Unverified Commit b4f0b28b authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

update: aws-smithy-xml "xmlparser" dep to v0.13.5 (#1880)



rename: aws-smithy-xml test with misleading name
Co-authored-by: default avatardvc94ch <david@craven.ch>
parent e798104c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"

[dependencies]
xmlparser = "=0.13.3"
xmlparser = "0.13.5"

[dev-dependencies]
aws-smithy-protocol-test = { path = "../aws-smithy-protocol-test" }
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ mod test {
    }

    #[test]
    fn escape_data() {
    fn unescape_data() {
        let xml = r#"<Response key="&quot;hey&quot;>">&gt;</Response>"#;
        let mut doc = Document::new(xml);
        let mut root = doc.root_element().unwrap();