From 7ac36cc330d5f3d57070b1a6188af17b06613132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:07:43 +0000 Subject: [PATCH] build(deps): bump kuznyechik from 0.7.2 to 0.8.2 Bumps [kuznyechik](https://github.com/RustCrypto/block-ciphers) from 0.7.2 to 0.8.2. - [Commits](https://github.com/RustCrypto/block-ciphers/compare/kuznyechik-v0.7.2...kuznyechik-v0.8.2) --- updated-dependencies: - dependency-name: kuznyechik dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- mgm/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ec63af..bac26415 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,11 +375,11 @@ dependencies = [ [[package]] name = "kuznyechik" -version = "0.7.2" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a4e0a85306cf7cdcd497111b9ecd8df4da5290bacd3cc2f426ce3fb2c0a327e" +checksum = "ca7899a524198c60ded686fc826703de2a04470aff9d042e8cc1f845b912c12f" dependencies = [ - "cipher 0.3.0", + "cipher 0.4.4", ] [[package]] diff --git a/mgm/Cargo.toml b/mgm/Cargo.toml index 9cc233b6..b227d0da 100644 --- a/mgm/Cargo.toml +++ b/mgm/Cargo.toml @@ -24,7 +24,7 @@ cpufeatures = "0.2" [dev-dependencies] aead = { version = "0.5", features = ["dev"], default-features = false } -kuznyechik = "0.7" +kuznyechik = "0.8" magma = "0.7" hex-literal = "0.2"