From 743d039747b0df7b72c24051e22c84eeb78283be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:59:10 +0000 Subject: [PATCH] Bump xml-rs from 0.8.22 to 0.8.25 Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.22 to 0.8.25. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.22...0.8.25) --- updated-dependencies: - dependency-name: xml-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bazelfe-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dea47ec1e..1c9e9eb8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4126,9 +4126,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.22" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" +checksum = "c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4" [[package]] name = "xmlparser" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 961ec2d13..2d38b5660 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -91,7 +91,7 @@ anyhow = "1.0.95" tower = "0.4.13" mio = "1.0.3" ptyprocess = "0.4.1" -xml-rs = "0.8.22" +xml-rs = "0.8.25" [build-dependencies] vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]}