From 82794e1bc35359517a983a95f64d4c5bbc7873f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:26:42 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.9.4 to 2.10.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.9.4 to 2.10.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.9.4...2.10.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01dc6814552b..ce5a54833673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.9.4" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" +checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" [[package]] name = "bumpalo" diff --git a/Cargo.toml b/Cargo.toml index 70487c3e6bf8..e78784fe1fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rust-version = "1.83" [workspace.dependencies] libc = "0.2" -bitflags = "2.9" +bitflags = "2.10" gir-format-check = "^0.1" glib-sys = { path = "glib/sys", version = "0.22" } gobject-sys = { path = "glib/gobject-sys", version = "0.22" }