From 31acde82388eb09b61ba0dda0fe4ee2bf20f003f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 17:22:46 +0000 Subject: [PATCH] Bump quick-xml from 0.41.0 to 0.42.0 Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.41.0 to 0.42.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.41.0...v0.42.0) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/mpowertcx-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d78af80..f69b0a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,9 +238,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" +checksum = "41b1177fdf999d2321d3fb46ff47159d9c1fb9ad66a4879f8c50a0b504615e9b" dependencies = [ "memchr", ] diff --git a/crates/mpowertcx-core/Cargo.toml b/crates/mpowertcx-core/Cargo.toml index 70a11b7..34b98f7 100644 --- a/crates/mpowertcx-core/Cargo.toml +++ b/crates/mpowertcx-core/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true [dependencies] csv = "1.3" chrono = { version = "0.4", default-features = false, features = ["clock"] } -quick-xml = "0.41" +quick-xml = "0.42" tcx = "0.9.3" rustyfit = "0.10" embedded-io = { version = "0.7", features = ["alloc"] }