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