From c1b367eb4ac6aa807eb2e5ac36dcf5f60a0611f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:10:43 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.68 to 0.69 Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.68.0...v0.68.1) --- updated-dependencies: - dependency-name: bindgen 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 b7accb7c..947d9131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ aya-log-common = { path = "aya-log-common", version = "0.1.13", default-features aya-log-parser = { path = "aya-log-parser", default-features = false } aya-obj = { path = "aya-obj", version = "0.1.0", default-features = false } aya-tool = { path = "aya-tool", default-features = false } -bindgen = { version = "0.68", default-features = false } +bindgen = { version = "0.69", default-features = false } bitflags = { version = "2.2.1", default-features = false } bytes = { version = "1", default-features = false } cargo_metadata = { version = "0.18.0", default-features = false }