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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/206/head
dependabot[bot] 2 years ago committed by GitHub
parent 30b75c1086
commit 5f97804180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
Cargo.lock generated

@ -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]]

@ -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]

Loading…
Cancel
Save