From e1835500252a557ed308d5daba5b4ab13c9c5ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:47:14 +0000 Subject: [PATCH] chore(deps): update rust crate bitflags to 2.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72845d8f..1b93a34e 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.11.1" +bitflags = "2.12.1" tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "sync", "time", "process"] }