From 7c431fba92047a8e7b88cf36e36b7b5fe37d5431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:38:43 +0000 Subject: [PATCH] Build(deps): bump x11-clipboard from 0.8.1 to 0.9.1 Bumps [x11-clipboard](https://github.com/quininer/x11-clipboard) from 0.8.1 to 0.9.1. - [Commits](https://github.com/quininer/x11-clipboard/commits) --- updated-dependencies: - dependency-name: x11-clipboard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 54 +++++++----------------------------------------- sanzu/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 48 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12e1c30..00eba55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1244,16 +1244,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "gethostname" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "gethostname" version = "0.4.3" @@ -2590,7 +2580,7 @@ dependencies = [ "winapi", "winres", "x11-clipboard", - "x11rb 0.13.0", + "x11rb", "x509-parser", ] @@ -3327,15 +3317,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "winapi-wsapoll" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e" -dependencies = [ - "winapi", -] - [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" @@ -3578,24 +3559,12 @@ dependencies = [ [[package]] name = "x11-clipboard" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41aca1115b1f195f21c541c5efb423470848d48143127d0f07f8b90c27440df" +checksum = "613c2be3e772af2bbb57c5a94413675f5ec668bac00a71ada2ced28c420ef087" dependencies = [ - "x11rb 0.12.0", -] - -[[package]] -name = "x11rb" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a" -dependencies = [ - "gethostname 0.3.0", - "nix 0.26.4", - "winapi", - "winapi-wsapoll", - "x11rb-protocol 0.12.0", + "libc", + "x11rb", ] [[package]] @@ -3604,18 +3573,9 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a" dependencies = [ - "gethostname 0.4.3", + "gethostname", "rustix 0.38.28", - "x11rb-protocol 0.13.0", -] - -[[package]] -name = "x11rb-protocol" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc" -dependencies = [ - "nix 0.26.4", + "x11rb-protocol", ] [[package]] diff --git a/sanzu/Cargo.toml b/sanzu/Cargo.toml index 9a979f9..22ae96c 100644 --- a/sanzu/Cargo.toml +++ b/sanzu/Cargo.toml @@ -71,7 +71,7 @@ winapi = { version = "0.3", features = [ libgssapi = { version = "0.7", optional = true } nix = {version = "0.27", features = ["process"]} vsock = "0.4" -x11-clipboard = "0.8" +x11-clipboard = "0.9" [dependencies.x11rb] version = "0.13"