From 856324c783bf98c5c1f484c007e64d7dfb7659d0 Mon Sep 17 00:00:00 2001 From: robot9001 Date: Fri, 20 Oct 2023 10:18:36 +0200 Subject: [PATCH] chore(deps): Use precise version for `bitflags` Signed-off-by: robot9001 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd82c41a..df3cd26c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ targets = [] maintenance = { status = "passively-maintained" } [dependencies] -bitflags = "2" +bitflags = "2.4.0" magic-sys = "0.3.0" thiserror = "1.0.50"