From af4e7da3fe43adc663cbccdb7c73220eb7984a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 06:12:27 +0000 Subject: [PATCH] Update seckey requirement from 0.9 to 0.11 Updates the requirements on [seckey](https://github.com/quininer/seckey) to permit the latest version. - [Release notes](https://github.com/quininer/seckey/releases) - [Commits](https://github.com/quininer/seckey/commits) --- updated-dependencies: - dependency-name: seckey 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..712fde5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ clipboard-win = "2.1" failure = "0.1" hex = "0.3" memsec = "0.5" -seckey = "0.9" +seckey = "0.11" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"