From 0978d1558636b382e546758a789aec3f60bf9669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:51:47 +0000 Subject: [PATCH] Bump sha2 from 0.10.7 to 0.10.8 (#533) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e4a684de..33603940f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,9 +598,9 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 2a4808a33..fcc8badf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pic8259 = "0.10.3" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1" raw-cpuid = "11.0.1" -sha2 = { version = "0.10.7", default-features = false, features = ["force-soft"] } +sha2 = { version = "0.10.8", default-features = false, features = ["force-soft"] } smoltcp = { version = "0.10.0", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] } spin = "0.9.8" time = { version = "0.2.27", default-features = false }