summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-03-09 17:49:03 +0300
committerGitHub <noreply@github.com>2023-03-09 14:49:03 +0000
commit53322bef612be06af7381b4ca1979389a01fab9f (patch)
tree6994334c0dbe80e87ea17fea9b5ea4508ffb0a1b
parentf5e41d967a87c21ece9372cc982a4e84e9d1a48a (diff)
Bump x11-clipboard to v0.7.1
Fixes #6760.
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ada969df..d27b62c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]