From 3a6b26951e42d29586cba5a4b6787c48dc6693ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:36:31 +0000 Subject: [PATCH] Bump xml-rs from 0.8.14 to 0.8.15 (#790) Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.14 to 0.8.15. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.14...0.8.15) --- updated-dependencies: - dependency-name: xml-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cab003e59..6591615e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4116,9 +4116,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" +checksum = "5a56c84a8ccd4258aed21c92f70c0f6dea75356b6892ae27c24139da456f9336" [[package]] name = "xmlparser" diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index be3d48389..51063fbec 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -58,7 +58,7 @@ tower = "0.4.13" tokio-signal = "0.2.9" mio = "0.8.8" ptyprocess = "0.4.1" -xml-rs = "0.8.14" +xml-rs = "0.8.15" [build-dependencies] anyhow = "1.0.71" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index f3f4cee0f..26f627dbd 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -92,7 +92,7 @@ tower = "0.4.13" tokio-signal = "0.2.9" mio = "0.8.8" ptyprocess = "0.4.1" -xml-rs = "0.8.14" +xml-rs = "0.8.15" [build-dependencies]