From 5f97804180f637ed0cae5d32bd06b047870fc0d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:08:13 -0800 Subject: [PATCH] Bump x11rb from 0.10.1 to 0.11.0 (#207) Bumps [x11rb](https://github.com/psychon/x11rb) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/psychon/x11rb/releases) - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](https://github.com/psychon/x11rb/compare/v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: x11rb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++------------------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f158cf..4843848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,18 +597,6 @@ dependencies = [ "memoffset", ] -[[package]] -name = "nix" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" -dependencies = [ - "bitflags", - "cfg-if", - "libc", - "memoffset", -] - [[package]] name = "nix" version = "0.25.0" @@ -1135,12 +1123,12 @@ dependencies = [ [[package]] name = "x11rb" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507" +checksum = "6e8eeaf70413b8c4d3971203500cc3b505b5ef3b2f4d3d392aa7f712f850e6f9" dependencies = [ "gethostname", - "nix 0.24.2", + "nix 0.25.0", "winapi", "winapi-wsapoll", "x11rb-protocol", @@ -1148,11 +1136,11 @@ dependencies = [ [[package]] name = "x11rb-protocol" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67" +checksum = "d11c3c1f17cc0f3752a60366ea0892716168ab993c064feda43746ffe3128492" dependencies = [ - "nix 0.24.2", + "nix 0.25.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2a6009a..9436722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0" serde_with = { version = "2.0", features = ["chrono"] } serde_yaml = "0.9" swayipc = { version = "3.0.1", optional = true } -x11rb = { version = "0.10.1", optional = true } +x11rb = { version = "0.11.0", optional = true } zbus = { version = "1.9.2", optional = true } [features]