From 5e4b054a6c434b9da15d6ceadb54823bc822df3c Mon Sep 17 00:00:00 2001 From: Marius Cobzarenco Date: Sat, 18 Jul 2020 14:52:37 +0100 Subject: [PATCH] Upgrade all dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebb8b4f..597a1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ keywords = ["clipboard"] readme = "README.md" [target.'cfg(windows)'.dependencies] -clipboard-win = "2.0.0" +clipboard-win = "3.1.1" [target.'cfg(target_os = "macos")'.dependencies] -objc = "0.2" -objc_id = "0.1" -objc-foundation = "0.1" +objc = "0.2.7" +objc_id = "0.1.1" +objc-foundation = "0.1.1" [target.'cfg(any(target_os = "linux", target_os = "openbsd"))'.dependencies] -x11-clipboard = "0.3.0-alpha.1" +x11-clipboard = "0.5.1"