From a8fe17abd32954314d430e283ba7e7d4ebc56dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 06:50:32 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.10.0 to 2.11.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.10.0...2.11.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edabc85..eb25a36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" +checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "cauldron" @@ -450,7 +450,7 @@ dependencies = [ name = "libdecima_core" version = "0.1.0-alpha" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", "cauldron", "libdecima_rtti", "windows", @@ -460,7 +460,7 @@ dependencies = [ name = "libdecima_rtti" version = "0.1.0-alpha" dependencies = [ - "bitflags 2.10.0", + "bitflags 2.11.0", ] [[package]] @@ -658,7 +658,7 @@ name = "pulse" version = "0.1.0-alpha" dependencies = [ "anyhow", - "bitflags 2.10.0", + "bitflags 2.11.0", "cauldron", "libdecima_core", "log", diff --git a/Cargo.toml b/Cargo.toml index 34bb0e0..73ef3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ libdecima_core = { path = "crates/libdecima_core" } libdecima_rtti = { path = "crates/libdecima_rtti" } anyhow = "1.0.100" -bitflags = "2.10.0" +bitflags = "2.11.0" libc = "0.2.180" log = "0.4.29" once_cell = "1.21.3"