From ddf26300c8c711842c66541b55e5a94b46050291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:11:18 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.59 to 0.60 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/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.59.0...v0.60.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aya-gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya-gen/Cargo.toml b/aya-gen/Cargo.toml index d5facdf5..3a0cea6d 100644 --- a/aya-gen/Cargo.toml +++ b/aya-gen/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alessandro Decina "] edition = "2018" [dependencies] -bindgen = "0.59" +bindgen = "0.60" structopt = {version = "0.3", default-features = false } anyhow = "1" thiserror = "1"