From 0f1b32e4dad5ce98469a9ec4beb54438f510c30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 16:15:34 +0000 Subject: [PATCH] Bump x11 from 2.18.2 to 2.19.1 Bumps [x11](https://github.com/AltF02/x11-rs) from 2.18.2 to 2.19.1. - [Release notes](https://github.com/AltF02/x11-rs/releases) - [Changelog](https://github.com/AltF02/x11-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/AltF02/x11-rs/commits/v2.19.1) --- updated-dependencies: - dependency-name: x11 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e66b9566542..7458204193f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7566,9 +7566,9 @@ dependencies = [ [[package]] name = "x11" -version = "2.18.2" +version = "2.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773" +checksum = "6dd0565fa8bfba8c5efe02725b14dff114c866724eff2cfd44d76cea74bcd87a" dependencies = [ "libc", "pkg-config",