From 74775e5ea145a2e077e20ac2908ffa1a3ccb483f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:02:56 +0000 Subject: [PATCH] build(deps): bump quick-xml from 0.37.1 to 0.37.3 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.37.1 to 0.37.3. - [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.37.1...v0.37.3) --- updated-dependencies: - dependency-name: quick-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- exon/exon-mzml/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbda1545..caa377c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4466,9 +4466,9 @@ checksum = "5a651516ddc9168ebd67b24afd085a718be02f8858fe406591b013d101ce2f40" [[package]] name = "quick-xml" -version = "0.37.1" +version = "0.37.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" +checksum = "bf763ab1c7a3aa408be466efc86efe35ed1bd3dd74173ed39d6b0d0a6f0ba148" dependencies = [ "memchr", "serde", diff --git a/exon/exon-mzml/Cargo.toml b/exon/exon-mzml/Cargo.toml index 6330a56c..cbd53481 100644 --- a/exon/exon-mzml/Cargo.toml +++ b/exon/exon-mzml/Cargo.toml @@ -18,7 +18,7 @@ exon-common = { path = "../exon-common", version = "0.32.4" } flate2 = { version = "1.0.33" } futures = { workspace = true } object_store = { workspace = true } -quick-xml = { version = "0.37.1", features = [ +quick-xml = { version = "0.37.3", features = [ "async-tokio", "serialize", "overlapped-lists",