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]