From 5eb6d1a046371411d062db62671da29799beba7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 08:05:14 -0600 Subject: [PATCH] build(deps): bump aes from 0.8.1 to 0.8.2 (#487) Bumps [aes](https://github.com/RustCrypto/block-ciphers) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/RustCrypto/block-ciphers/releases) - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.8.1...aes-v0.8.2) --- updated-dependencies: - dependency-name: aes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ccm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b440ffb8..566d11a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,9 +17,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe0133578c0986e1fe3dfcd4af1cc5b2dd6c3dbf534d69916ce16a2701d40ba" +checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" dependencies = [ "cfg-if", "cipher 0.4.3", diff --git a/ccm/Cargo.toml b/ccm/Cargo.toml index 72928229..9d47917d 100644 --- a/ccm/Cargo.toml +++ b/ccm/Cargo.toml @@ -21,7 +21,7 @@ subtle = { version = "2", default-features = false } [dev-dependencies] aead = { version = "0.5", features = ["dev"], default-features = false } -aes = { version = "0.8.1" } +aes = { version = "0.8.2" } hex-literal = "0.3.4" [features]