From c26b1283b42baa4753338b98a9dc43d28be0aea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:59:37 +0000 Subject: [PATCH] Update bitflags requirement from 1.0 to 2.2 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.0.0...2.2.1) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02e6c23c..d42592b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = ["zmq_has"] zmq_has = [] [dependencies] -bitflags = "1.0" +bitflags = "2.2" libc = "0.2.15" zmq-sys = { version = "0.12.0", path = "zmq-sys" }