From bf02d9c5d831e63d47847e4405d7061a56f32924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 12:07:53 +0000 Subject: [PATCH] build(deps): update bitflags requirement from 1.2.1 to 2.2.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.2.1) --- 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 8e407fa1..f12ebf27 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", features = ["std"] } thiserror = "1" object = { version = "0.31", default-features = false, features = ["std", "read_core", "elf"] } -bitflags = "1.2.1" +bitflags = "2.2.1" bytes = "1" lazy_static = "1" parking_lot = { version = "0.12.0", features = ["send_guard"] }