From feaca0204398a2781b519f735fc47712d04a9832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:33:27 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.31.0 to 0.35.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.31.0 to 0.35.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.31.0...v0.35.0) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- exon/exon-mzml/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e399020..2b961cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2342,7 +2342,7 @@ dependencies = [ "flate2", "futures", "object_store", - "quick-xml", + "quick-xml 0.35.0", "serde", "tokio", ] @@ -3743,7 +3743,7 @@ dependencies = [ "md-5", "parking_lot", "percent-encoding", - "quick-xml", + "quick-xml 0.31.0", "rand", "reqwest", "ring 0.17.8", @@ -4049,6 +4049,16 @@ name = "quick-xml" version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" +dependencies = [ + "memchr", + "serde", +] + +[[package]] +name = "quick-xml" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e" dependencies = [ "memchr", "serde", diff --git a/exon/exon-mzml/Cargo.toml b/exon/exon-mzml/Cargo.toml index de55ebb2..31755054 100644 --- a/exon/exon-mzml/Cargo.toml +++ b/exon/exon-mzml/Cargo.toml @@ -18,7 +18,7 @@ exon-common = { path = "../exon-common", version = "0.26.1" } flate2 = { version = "1.0.30" } futures = { workspace = true } object_store = { workspace = true } -quick-xml = { version = "0.31.0", features = [ +quick-xml = { version = "0.35.0", features = [ "async-tokio", "serialize", "overlapped-lists",