From 9fe1995d885f8d26eb2686eca8efa3fc6a563100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:20:19 +0000 Subject: [PATCH] build(deps): update x11rb requirement from 0.12 to 0.13 Updates the requirements on [x11rb](https://github.com/psychon/x11rb) to permit the latest version. - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](https://github.com/psychon/x11rb/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: x11rb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90284ebe..3b5e967b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ wayland-protocols-plasma = { version = "0.2", features = [ "client", ], optional = true } wayland-client = { version = "0.31", optional = true } -x11rb = { version = "0.12", features = [ +x11rb = { version = "0.13", features = [ "randr", "xinput", "xtest",