From 201a03ca5944a87367d62a1b5c901b1734637bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:13:52 +0000 Subject: [PATCH] Bump xml-rs from 0.8.22 to 0.8.23 Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.22 to 0.8.23. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.22...0.8.23) --- 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 4496a9658..bbe3328c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4085,9 +4085,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.22" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" +checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" [[package]] name = "xmlparser" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 45c9090cf..a59f8ef2e 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -91,7 +91,7 @@ anyhow = "1.0.93" tower = "0.4.13" mio = "1.0.3" ptyprocess = "0.4.1" -xml-rs = "0.8.22" +xml-rs = "0.8.23" [build-dependencies] vergen = { version = "8.3.2", features = [ "build", "git", "gitcl" ]}