From 1822133890fcfe53933b035334d494a8798df316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:21:28 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.5.0 to 2.6.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: bitflags 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 ec6ecb11ecd5..d5d799062898 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,9 +60,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bumpalo" diff --git a/Cargo.toml b/Cargo.toml index c816e5015495..4a86c182f126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ rust-version = "1.70" [workspace.dependencies] libc = "0.2" -bitflags = "2.4" +bitflags = "2.6" thiserror = "1" gir-format-check = "^0.1" glib-sys = { path = "glib/sys", version = "0.20" }