From 6c83c829d1383af6186abd9c96f23b922bc5ecaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:42:27 +0000 Subject: [PATCH] :arrow_up: Bump bitflags from 2.6.0 to 2.7.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.6.0 to 2.7.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.6.0...2.7.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06354f7e..9faa99a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,9 +195,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bitflags" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be" [[package]] name = "blake2" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 220599f1..a53179bb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["pna", "archive", "cli", "crypto", "data"] [dependencies] base64 = "0.22.1" -bitflags = "2.6.0" +bitflags = "2.7.0" bytesize = "1.3.0" chrono = "0.4.39" clap = { version = "4.5.26", features = ["derive"] }