From 01e7e7fcd0bc0c15a97505887f21adff4f500902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 09:59:14 +0000 Subject: [PATCH] Update bitflags requirement from 1.0 to 2.3 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.3.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..72c3b313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = ["zmq_has"] zmq_has = [] [dependencies] -bitflags = "1.0" +bitflags = "2.3" libc = "0.2.15" zmq-sys = { version = "0.12.0", path = "zmq-sys" }