From a02860236606e940b339bd83d90d9a7964377ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:03:37 +0000 Subject: [PATCH] build(deps): bump xml-rs from 0.8.14 to 0.8.19 Bumps [xml-rs](https://github.com/kornelski/xml-rs) from 0.8.14 to 0.8.19. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/0.8.14...0.8.19) --- 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 b1aef9f..ac58dba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1685,6 +1685,6 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.14" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c" +checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" diff --git a/Cargo.toml b/Cargo.toml index 2c51094..4168f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ sun = "0.2.0" threadpool = "1.8.1" toml = "0.8.8" wallpape-rs = "2.0.0" -xml-rs = "0.8.14" +xml-rs = "0.8.19" [dev-dependencies] assert_cmd = "2.0.12"