From b96f0b6ed2aa20d05b0c67fe5be473a691baaa92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:58:21 +0000 Subject: [PATCH] Bump bitflags from 2.4.1 to 2.5.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.1 to 2.5.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.4.1...2.5.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa76b08..e205040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,9 +66,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" +checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "block" @@ -183,7 +183,7 @@ dependencies = [ name = "compositor" version = "0.0.1" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.5.0", "colored", "compositor-macros", "json-tree", @@ -1211,7 +1211,7 @@ version = "0.38.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" dependencies = [ - "bitflags 2.4.1", + "bitflags 2.5.0", "errno 0.3.1", "libc", "linux-raw-sys 0.4.3", diff --git a/Cargo.toml b/Cargo.toml index aaed4b7..e6e4d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ lazy_static = "1.4.0" json_comments = "0.2.1" regex = "1.9.6" slog-term = "2.9.0" -bitflags = "2.4.1" +bitflags = "2.5.0" colored = "2.0.4" xcursor = "0.3.4" thiserror = "1.0.50"