From b650daa2ee1edd87c1d9fddd604a9d68a8e99fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:21:20 +0000 Subject: [PATCH] build(deps): bump xml-rs from 0.8.21 to 0.8.22 Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.21 to 0.8.22. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.21...0.8.22) --- updated-dependencies: - dependency-name: xml-rs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76304ab..b2b7d10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1834,6 +1834,6 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" +checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" diff --git a/Cargo.toml b/Cargo.toml index 7f13fc4..779a796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ sun = "0.2.0" threadpool = "1.8.1" toml = "0.8.14" wallpape-rs = "2.0.0" -xml-rs = "0.8.21" +xml-rs = "0.8.22" [dev-dependencies] assert_cmd = "2.0.14"