From 8d4b9826538bf77f50b3a342939e55bfe4704df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 16:35:35 +0000 Subject: [PATCH] Bump sha2 from 0.10.2 to 0.10.3 (#403) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3297969..374b1f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,9 +471,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sha2" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" +checksum = "899bf02746a2c92bf1053d9327dadb252b01af1f81f90cdb902411f518bc7215" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 8ac44b3..0bcbd76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pic8259 = "0.10.2" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1" raw-cpuid = "10.5.0" -sha2 = { version = "0.10.2", default-features = false, features = ["force-soft"] } +sha2 = { version = "0.10.3", default-features = false, features = ["force-soft"] } smoltcp = { version = "0.8.1", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] } spin = "0.9.4" time = { version = "0.2.27", default-features = false }