From 4702b0ca3b713e3e5844790fecee5dadd208062c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 06:12:31 +0000 Subject: [PATCH] Update hex requirement from 0.3 to 0.4 Updates the requirements on [hex](https://github.com/KokaKiwi/rust-hex) to permit the latest version. - [Release notes](https://github.com/KokaKiwi/rust-hex/releases) - [Commits](https://github.com/KokaKiwi/rust-hex/compare/v0.3...v0.4.3) --- updated-dependencies: - dependency-name: hex 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..b5fff6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ A Win32 command-line password manager. clap = "2.31" clipboard-win = "2.1" failure = "0.1" -hex = "0.3" +hex = "0.4" memsec = "0.5" seckey = "0.9" serde = "1.0"