From 6e9f0d61edc9bad08f7e3f37ec9fe2ac08f8458c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:29:27 +0000 Subject: [PATCH] Update hash32 requirement from 0.2.1 to 0.3.0 Updates the requirements on [hash32](https://github.com/japaric/hash32) to permit the latest version. - [Release notes](https://github.com/japaric/hash32/releases) - [Changelog](https://github.com/japaric/hash32/blob/main/CHANGELOG.md) - [Commits](https://github.com/japaric/hash32/commits/v0.3.0) --- updated-dependencies: - dependency-name: hash32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 231c657..d7f1f28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ keywords = ["WPAN"] [features] [dependencies] -hash32 = "0.2.1" +hash32 = "0.3.0" hash32-derive = "0.1" byte = "0.2.4" defmt = { version = ">=0.2.0,<0.4", optional = true }