From b178a2b6e2312a74f4a72781789c45a31ac164a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:32:47 +0000 Subject: [PATCH] build(deps): bump xkeysym from 0.2.0 to 0.2.1 (#32462) Bumps [xkeysym](https://github.com/notgull/xkeysym) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/notgull/xkeysym/releases) - [Changelog](https://github.com/rust-windowing/xkeysym/blob/master/CHANGELOG.md) - [Commits](https://github.com/notgull/xkeysym/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: xkeysym dependency-type: indirect 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d204aa4c4cb..4a31dbb4926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7778,9 +7778,9 @@ dependencies = [ [[package]] name = "xkeysym" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621" +checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xml-rs"