From a20be24e66374b4fc0b628588db3f3637ddeb7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 05:02:20 +0000 Subject: [PATCH] Update cipher requirement from 0.3.0 to 0.4.4 Updates the requirements on [cipher](https://github.com/RustCrypto/traits) to permit the latest version. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/cipher-v0.3.0...cipher-v0.4.4) --- updated-dependencies: - dependency-name: cipher 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 534ccff..3550389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ version = "0.4.0" default-features = false [dependencies.cipher] -version = "0.3.0" +version = "0.4.4" default-features = false [dependencies.serde]