clipboard: update to fork updating x11-clipboard for xcb (#701)

Using https://github.com/aweinstock314/rust-clipboard/pull/89
This commit is contained in:
iceiix 2022-07-30 17:11:36 -07:00 committed by GitHub
parent ba3cf43f93
commit 2e224a77f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 8 deletions

23
Cargo.lock generated
View File

@ -240,8 +240,7 @@ dependencies = [
[[package]]
name = "clipboard"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
source = "git+https://github.com/iceiix/rust-clipboard?rev=71089e792fd5e52f05d5b22c54bd2d206d20ec0d#71089e792fd5e52f05d5b22c54bd2d206d20ec0d"
dependencies = [
"clipboard-win",
"objc",
@ -1752,6 +1751,15 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
version = "1.0.20"
@ -2927,9 +2935,9 @@ dependencies = [
[[package]]
name = "x11-clipboard"
version = "0.3.3"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
checksum = "6a7468a5768fea473e6c8c0d4b60d6d7001a64acceaac267207ca0281e1337e8"
dependencies = [
"xcb",
]
@ -2947,12 +2955,13 @@ dependencies = [
[[package]]
name = "xcb"
version = "0.8.2"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
checksum = "b127bf5bfe9dbb39118d6567e3773d4bbc795411a8e1ef7b7e056bccac0011a9"
dependencies = [
"bitflags",
"libc",
"log",
"quick-xml",
]
[[package]]

View File

@ -48,7 +48,7 @@ lazy_static = "1.4.0"
collision = "0.20.1"
rsa_public_encrypt_pkcs1 = "0.4.0"
structopt = "0.3.26"
clipboard = "0.5.0"
clipboard = { git = "https://github.com/iceiix/rust-clipboard", rev = "71089e792fd5e52f05d5b22c54bd2d206d20ec0d" }
instant = "0.1.12"
dirs = "4.0.0"
# clippy = "*"