From dcb7e069fd3ac9347fc92276a07727c3aa3bb28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:18:35 +0000 Subject: [PATCH] build(deps): update bitflags requirement from 1.2.1 to 2.6.0 Updates the requirements on [bitflags](https://github.com/bitflags/bitflags) to permit the latest version. - [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/1.2.1...2.6.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- varlink-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varlink-cli/Cargo.toml b/varlink-cli/Cargo.toml index 0998710..9840f0a 100644 --- a/varlink-cli/Cargo.toml +++ b/varlink-cli/Cargo.toml @@ -25,4 +25,4 @@ clap = "2.33.0" colored_json = "2.1.0" anyhow = "1.0.93" libc = { version = "0.2.126", default-features = false } -bitflags = "1.2.1" +bitflags = "2.6.0"