From a3a72295b998c0f2d6b31a8cf994c77eeca31026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 07:42:55 +0000 Subject: [PATCH] build(deps): update num-derive requirement from 0.3.2 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.2...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 4f61729579..50012d407c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ required-features = ["ardupilotmega"] [dependencies] crc-any = { version = "2.3.5", default-features = false } num-traits = { version = "0.2", default-features = false } -num-derive = "0.3.2" +num-derive = "0.4.0" bitflags = "1.2.1" serial = { version = "0.4", optional = true } serde = { version = "1.0.115", optional = true, features = ["derive"] }