From 2adbea52baaab6129c9df1cbeb851feac0182d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 08:28:36 +0000 Subject: [PATCH] Bump aes-gcm from `86250ac` to `6ac2d1c` Bumps [aes-gcm](https://github.com/RustCrypto/AEADs) from `86250ac` to `6ac2d1c`. - [Release notes](https://github.com/RustCrypto/AEADs/releases) - [Commits](https://github.com/RustCrypto/AEADs/compare/86250ac216bb0230c178765303265c6f037d9408...6ac2d1cec6f6658ed5fbb1befa93a370d567f354) --- updated-dependencies: - dependency-name: aes-gcm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbd4053f07..be02349760 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "aes-gcm" version = "0.10.1" -source = "git+https://github.com/RustCrypto/AEADs#86250ac216bb0230c178765303265c6f037d9408" +source = "git+https://github.com/RustCrypto/AEADs#6ac2d1cec6f6658ed5fbb1befa93a370d567f354" dependencies = [ "aead 0.5.1", "aes 0.8.2", @@ -12703,7 +12703,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.5", "rand 0.8.5", "static_assertions",