From d0419ca93bb0ff54065153360f68b85d65b784e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 00:49:19 +0000 Subject: [PATCH] chore(deps): update rust crate bitflags to 2.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baadc1ef..d5851b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ futures-timer = "3.0.4" base64 = "0.22.1" nmrs = { path = "nmrs", version = "3.0" } async-trait = "0.1.89" -bitflags = "2.12.1" +bitflags = "2.13.0" tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "sync", "time", "process"] }