From 11b72d3849745cbdd3fb0c05c4811c94f841b30e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 11:30:17 +0000 Subject: [PATCH] chore(deps): update rust crate sm3 to 0.4.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a189c8193b..a9f9532b65a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,9 +2158,9 @@ dependencies = [ [[package]] name = "sm3" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f943a7c5e3089f2bd046221d1e9f4fa59396bf0fe966360983649683086215da" +checksum = "ebb9a3b702d0a7e33bc4d85a14456633d2b165c2ad839c5fd9a8417c1ab15860" dependencies = [ "digest", ] diff --git a/Cargo.toml b/Cargo.toml index 24bbafab2a4..8f62a87f6c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -340,7 +340,7 @@ sha2 = "0.10.6" sha3 = "0.10.8" blake2b_simd = "1.0.1" blake3 = "1.3.3" -sm3 = "0.4.1" +sm3 = "0.4.2" digest = "0.10.6" uucore = { version=">=0.0.18", package="uucore", path="src/uucore" }