diff --git a/Cargo.toml b/Cargo.toml index 19f53c6..35b3c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ objc_id = "0.1" objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies] -x11-clipboard = { version = "0.8.1", optional = true } +x11-clipboard = { version = "0.9.0", optional = true } smithay-clipboard = { version = "0.7.0", optional = true }