From 6a4b56a31cd4cdd8986128db8be1103dcd8e04a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:08:15 +0000 Subject: [PATCH] build(deps): update bitflags requirement from 1.2.1 to 2.4.2 Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.2.1...2.4.2) --- updated-dependencies: - dependency-name: bitflags 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 b099521299..e8af2baeec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ required-features = ["ardupilotmega"] crc-any = { version = "2.3.5", default-features = false } num-traits = { version = "0.2", default-features = false } num-derive = "0.3.2" -bitflags = "1.2.1" +bitflags = "2.4.2" serial = { version = "0.4", optional = true } serde = { version = "1.0.115", optional = true, features = ["derive"] } byteorder = { version = "1.3.4", default-features = false }