From 54ce439a5b889552a3d5831b2443ab2fb97f367f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:11:56 +0000 Subject: [PATCH] build(deps): bump quick-xml in the cargo-minor group Bumps the cargo-minor group with 1 update: [quick-xml](https://github.com/tafia/quick-xml). Updates `quick-xml` from 0.35.0 to 0.36.0 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 154c1eec7..0b4cd33c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3973,9 +3973,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e" +checksum = "4091e032efecb09d7b1f711f487b85ab925632a842627e3200fb088382cde32c" dependencies = [ "memchr", ] @@ -4370,7 +4370,7 @@ dependencies = [ "num-traits", "percent-encoding", "png", - "quick-xml 0.35.0", + "quick-xml 0.36.0", "rand", "realfft", "regress", diff --git a/core/Cargo.toml b/core/Cargo.toml index 65e95a586..841fd6e4b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -29,7 +29,7 @@ bitflags = { workspace = true } smallvec = { version = "1.13.2", features = ["union"] } num-traits = { workspace = true } num-derive = { workspace = true } -quick-xml = "0.35.0" +quick-xml = "0.36.0" downcast-rs = "1.2.1" url = { workspace = true } weak-table = "0.3.2"