From 51eb790abcb3894196ae7ba6b1c2aadf35902e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 00:32:58 +0000 Subject: [PATCH] fix(deps): update rust crate bitflags to v2 --- uart8250/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uart8250/Cargo.toml b/uart8250/Cargo.toml index e139a20..63c425e 100644 --- a/uart8250/Cargo.toml +++ b/uart8250/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bitflags = "1" +bitflags = "2" embedded-hal = { version = "0.2.7", optional = true } nb = { version = "1.0.0", optional = true } volatile-register = "0.2"