From 30efec15b5febb88a348c364da582de87bb22e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 05:24:15 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.3.3 to 2.4.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.3 to 2.4.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.3.3...2.4.0) --- updated-dependencies: - dependency-name: bitflags 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 4e8dacc63c..c33e312241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d16805d71f41d1714a51ee34f40633c42980a2afaf8ae237bcba09d6e15494ef" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", ] [[package]] @@ -82,9 +82,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" [[package]] name = "byteorder" @@ -324,7 +324,7 @@ dependencies = [ "align-address", "arm-gic", "bit_field", - "bitflags 2.3.3", + "bitflags 2.4.0", "crossbeam-utils", "dyn-clone", "float-cmp", @@ -719,7 +719,7 @@ version = "0.38.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", "errno", "libc", "linux-raw-sys", diff --git a/Cargo.toml b/Cargo.toml index 859a534763..cc8c74f9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ dhcpv4 = [ [dependencies] ahash = { version = "0.8", default-features = false } align-address = "0.1" -bitflags = "2.3" +bitflags = "2.4" bit_field = "0.10" crossbeam-utils = { version = "0.8", default-features = false } dyn-clone = "1.0"