From e400c2de164a10ae548fac18bad7844e3235bcf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:31:40 +0000 Subject: [PATCH] build(deps): update x11rb-async requirement from 0.12.0 to 0.13.0 Updates the requirements on [x11rb-async](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-async 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 5ad2e91..2ed70f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } #################################################################################################### # X11 [dependencies.x11rb-async] -version = "0.12.0" +version = "0.13.0" optional = true # Wayland