From dd36f05468a56b0f2217b117bfbd6a33915b504a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 04:20:04 +0000 Subject: [PATCH] Update assert_hex requirement from 0.2 to 0.3 Updates the requirements on [assert_hex](https://github.com/wcampbell0x2a/assert_hex) to permit the latest version. - [Changelog](https://github.com/wcampbell0x2a/assert_hex/blob/master/CHANGELOG.md) - [Commits](https://github.com/wcampbell0x2a/assert_hex/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: assert_hex 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 ba4fed7..76445ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ defmt = { version = "0.3", optional = true } defmt-impl = ["defmt", "heapless/defmt-impl"] [dev-dependencies] -assert_hex = "0.2" +assert_hex = "0.3"