From d140c0b6457d6334cb116ff4b9da508fce556f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:39:15 +0000 Subject: [PATCH] Update sha2 requirement from 0.9.5 to 0.10.8 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/commits/sha2-v0.10.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- eif_build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 222a7bb..a262f9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["Nitro", "Enclaves", "AWS"] rust-version = "1.68" [dependencies] -sha2 = "0.9.5" +sha2 = "0.10.8" serde = { version = ">=1.0", features = ["derive"] } serde_json = "1.0" num-traits = "0.2" diff --git a/eif_build/Cargo.toml b/eif_build/Cargo.toml index a0161f0..ee5c63a 100644 --- a/eif_build/Cargo.toml +++ b/eif_build/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.68" [dependencies] aws-nitro-enclaves-image-format = { version = ">= 0.3.0" } -sha2 = "0.9.5" +sha2 = "0.10.8" serde = { version = ">=1.0", features = ["derive"] } serde_json = "1.0" clap = "3.2"