From 5b1cfd9373d23ed1df045856b3cd7c881774c263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:37:38 +0000 Subject: [PATCH] chore(deps): update int-enum requirement from 0.4.0 to 1.2.0 Updates the requirements on [int-enum](https://github.com/Juici/int-enum-rs) to permit the latest version. - [Release notes](https://github.com/Juici/int-enum-rs/releases) - [Commits](https://github.com/Juici/int-enum-rs/commits) --- updated-dependencies: - dependency-name: int-enum 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 5da4c59..5177310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ "doc", "*.jpg", "*.png", "*.bmp" ] [dependencies] embedded-hal = {version = "0.2.7", features = ["unproven"]} -int-enum = {version = "0.4.0", default-features = false} +int-enum = {version = "1.2.0", default-features = false} [profile.release] codegen-units = 1