From 8a0c65d746d5cf8fc5a348624ebe0b7908d94fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:59:20 +0000 Subject: [PATCH] build(deps): update bitflags requirement from 1.2.1 to 2.4.1 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.4.1) --- 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 c1d65c2..dbb119d 100644 --- a/varlink-cli/Cargo.toml +++ b/varlink-cli/Cargo.toml @@ -24,4 +24,4 @@ clap = "2.33.0" colored_json = "2.1.0" chainerror = "0.8.0" libc = { version = "0.2.126", default-features = false } -bitflags = "1.2.1" +bitflags = "2.4.1"