From 8a36fb83072a914d8f426392cc695980d936037c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 15:27:03 +0100 Subject: [PATCH] Bump bitflags from 2.2.1 to 2.3.0 (#2) Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.2.1 to 2.3.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.2.1...2.3.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b6cd15..6ec4ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,6 +11,6 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.2.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" +checksum = "0f6b0c9ebae276e207a3e4e989ed9f3be8b7ce8728b80629c98c21d27742e6ba" diff --git a/Cargo.toml b/Cargo.toml index 90c3aa1..1932791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ keywords = ["arm", "aarch64", "driver", "gic", "interrupt-controller"] categories = ["embedded", "no-std", "hardware-support"] [dependencies] -bitflags = "2.2.1" +bitflags = "2.3.0"