From 978eb31493eaee53b30f94c86978e1ed3cdcd7e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:51:14 +0000 Subject: [PATCH] Update Rust crate fast32 to 1.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e790886..dbc4c28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ readme = "README.md" repository = "https://github.com/russellbanks/package-family-name" [dependencies] -fast32 = "1" +fast32 = "1.0.2" sha2 = { version = "0.10", default-features = false }