From c33e3ef4861cc2a439f7f6fea2129451c4cb19df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:19:48 +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 5e3efc929b..55b3102f35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ libc = "0.2" log = "0.4" serde = { version = "1", optional = true, features = [ "serde_derive" ] } raw-window-handle = "0.5" -bitflags = "1" +bitflags = "2" crossbeam-channel = "0.5" url = "2"