From 58c9a32f3857a38033b465b2e78fce0f90959b34 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 30 May 2024 11:37:34 +0200 Subject: [PATCH] Bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d720b1..4105b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ objc_id = "0.1" objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies] -wl-clipboard-rs = "0.7" -x11-clipboard = "0.7" +wl-clipboard-rs = "0.8" +x11-clipboard = "0.9"