From c92cdc12ef14ba3e81959de181fb3bdce83367a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:09:52 +0000 Subject: [PATCH] build(deps): bump xml-rs from 0.8.21 to 0.8.23 Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.21 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.21...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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cff35f..71dbc92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1834,6 +1834,6 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.21" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" +checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" diff --git a/Cargo.toml b/Cargo.toml index 478cea2..53fe8f8 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.23" [dev-dependencies] assert_cmd = "2.0.14"