From 40ddf7839e67de47d1638aa6acbef9d1279ea229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:23:25 +0000 Subject: [PATCH] chore(deps): Bump bitflags from 2.7.0 to 2.8.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.7.0 to 2.8.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.7.0...2.8.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- alioth/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c26141f..336b9239 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0" [[package]] name = "bitflags" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" +checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "bumpalo" diff --git a/alioth/Cargo.toml b/alioth/Cargo.toml index 0a013516..6abdae79 100644 --- a/alioth/Cargo.toml +++ b/alioth/Cargo.toml @@ -12,7 +12,7 @@ test-hv = [] [dependencies] zerocopy = { version = "0.8.14", features = ["derive", "alloc"] } -bitflags = "2.7.0" +bitflags = "2.8.0" bitfield = "0.17.0" log = "0.4" mio = { version = "1", features = ["os-poll", "os-ext", "net"] }