From 4e7770112ad12e6bf207910b35058b6cbdd8cf98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:11:49 +0000 Subject: [PATCH] Update clipboard-win requirement from 2.1 to 4.5 Updates the requirements on [clipboard-win](https://github.com/DoumanAsh/clipboard-win) to permit the latest version. - [Release notes](https://github.com/DoumanAsh/clipboard-win/releases) - [Commits](https://github.com/DoumanAsh/clipboard-win/commits) --- updated-dependencies: - dependency-name: clipboard-win dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ac4219..8a2eb35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ A Win32 command-line password manager. [dependencies] clap = "2.31" -clipboard-win = "2.1" +clipboard-win = "4.5" failure = "0.1" hex = "0.3" memsec = "0.5"