Bump x11-clipboard to v0.7.1

Fixes #6760.
This commit is contained in:
Kirill Chibisov 2023-03-09 17:49:03 +03:00 committed by GitHub
parent f5e41d967a
commit 53322bef61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2232,9 +2232,9 @@ dependencies = [
[[package]]
name = "x11-clipboard"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0827f86aa910c4e73329a4f619deabe88ebb4b042370bf023c2d5d8b4eb54695"
checksum = "980b9aa9226c3b7de8e2adb11bf20124327c054e0e5812d2aac0b5b5a87e7464"
dependencies = [
"x11rb",
]