From f49b58e838a836cf374ea3eb8f9cdc63d3ee4b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:00:48 +0000 Subject: [PATCH] build(deps): update bitflags requirement from 1.2.1 to 2.0.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.0.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aya/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya/Cargo.toml b/aya/Cargo.toml index 1b00546e..09a13b57 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -15,7 +15,7 @@ libc = { version = "0.2.105" } aya-obj = { path = "../aya-obj", version = "0.1.0" } thiserror = "1" object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] } -bitflags = "1.2.1" +bitflags = "2.0.0" bytes = "1" lazy_static = "1" parking_lot = { version = "0.12.0", features = ["send_guard"] }