From 05569177b9de468b8f13b5c191456bb39d812478 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 23 Feb 2022 04:27:47 +0000
Subject: [PATCH] Update cipher requirement from 0.3.0 to 0.4.3

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.3)

---
updated-dependencies:
- dependency-name: cipher
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 231c657..b663876 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.3"
 default-features = false
 
 [dev-dependencies]