From 585305126b8d6487f0367ac5fc1fcfd9cfd50a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:50:34 +0000 Subject: [PATCH] Bump quick-xml from 0.41.0 to 0.42.0 in /agent 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] --- agent/Cargo.lock | 4 ++-- agent/cairnobs-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/Cargo.lock b/agent/Cargo.lock index 1025e65..a1e6679 100644 --- a/agent/Cargo.lock +++ b/agent/Cargo.lock @@ -762,9 +762,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/agent/cairnobs-agent/Cargo.toml b/agent/cairnobs-agent/Cargo.toml index da3c92e..19ab9e7 100644 --- a/agent/cairnobs-agent/Cargo.toml +++ b/agent/cairnobs-agent/Cargo.toml @@ -47,7 +47,7 @@ windows = { version = "0.62", features = [ "Win32_Security", ] } windows-service = "0.8" -quick-xml = "0.41" +quick-xml = "0.42" [build-dependencies] tonic-build = "0.12"