From a42b3c1d6e673816d00dd84a43798ded307220b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:20:53 +0000 Subject: [PATCH] build(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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e71de8c..d7423aff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,9 +281,9 @@ dependencies = [ [[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 = "blake3" diff --git a/Cargo.toml b/Cargo.toml index 5d3a6472..45c8788d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ ip_network = "0.4" ip_network_table = "0.2" radix_trie = "0.2" fixedbitset = "0.5" -bitflags = "2.7" +bitflags = "2.8" lru = { version = "0.12", default-features = false } # blake3 = { version = "1.5", default-features = false }