diff options
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r-- | copypasta/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml index 229404c3..ae65a7cb 100644 --- a/copypasta/Cargo.toml +++ b/copypasta/Cargo.toml @@ -17,9 +17,9 @@ objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies] x11-clipboard = "0.3" -smithay-clipboard = "0.3.0" -wayland-client = { version = "0.22", features = ["dlopen"] } +smithay-clipboard = "0.3.2" +wayland-client = { version = "0.23.3", features = ["dlopen"] } [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dev-dependencies] andrew = "0.2.1" -smithay-client-toolkit = "0.5" +smithay-client-toolkit = "0.6.1" |