diff --git a/Cargo.lock b/Cargo.lock index 5f34571..17e3498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "721da970c312655cde9b4ffe0547f20a8494866a4af5ff51f18b7c633d0c870b" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index f673954..dd22ec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ http = "1.4.0" indexmap = "2.14.0" lazy_static = "1.5" mediatype = "0.21.0" -quick-xml = "0.37" +quick-xml = "0.39" regex = "1" [dev-dependencies]