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"] }