From ed57f9ef53672063ecce0f2e37c3dcd63ae4aab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 09:04:25 +0000 Subject: [PATCH] fix(deps): update rust crate bitflags to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b96b169..af82ecd 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = "2.34.0" chrono = "0.4.26" byteorder = "1.4.3" arrayvec = "0.7.2" -bitflags = "1.3.2" +bitflags = "2.3.2" serde = "1.0.164" lazy_static = "1.4.0" serde_derive = "1.0.164"