From 2f159cfc09bda619136fdcaef71b584c23fd9976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:15:07 +0000 Subject: [PATCH] chore(deps): update num-derive requirement from 0.3.3 to 0.4.0 Updates the requirements on [num-derive](https://github.com/rust-num/num-derive) to permit the latest version. - [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.3.3...num-derive-0.4.0) --- updated-dependencies: - dependency-name: num-derive 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 ae6888c..3f939b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ keywords = ["no_std", "OS"] [dependencies] accessor = "0.3.0" bit_field = "0.10.1" -num-derive = { version = "0.3.3", default-features = false } +num-derive = { version = "0.4.0", default-features = false } num-traits = { version = "0.2.14", default-features = false } paste = "1.0.4"