diff --git a/Cargo.lock b/Cargo.lock index c802a77..660a818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.37.5" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" +checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index ef8d79a..0a04b4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ http = "1.3.1" indexmap = "2.11.4" lazy_static = "1.5" mediatype = "0.20.0" -quick-xml = "0.37" +quick-xml = "0.38" regex = "1" [dev-dependencies]