From cce758143e2efb2e94fd8da0134e2d4cc076b903 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 17 Oct 2023 13:57:01 -0700 Subject: [PATCH] Update `x11rb` and `smithay-clipboard` dependencies --- wayland/Cargo.toml | 2 +- x11/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/Cargo.toml b/wayland/Cargo.toml index 70386c5..f3ae126 100644 --- a/wayland/Cargo.toml +++ b/wayland/Cargo.toml @@ -10,4 +10,4 @@ documentation = "https://docs.rs/clipboard_wayland" keywords = ["clipboard", "wayland"] [dependencies] -smithay-clipboard = "0.6" +smithay-clipboard = "0.7" diff --git a/x11/Cargo.toml b/x11/Cargo.toml index 8fa396e..cbfc18e 100644 --- a/x11/Cargo.toml +++ b/x11/Cargo.toml @@ -10,5 +10,5 @@ documentation = "https://docs.rs/clipboard_x11" keywords = ["clipboard", "x11"] [dependencies] -x11rb = "0.11" +x11rb = "0.13" thiserror = "1.0"