From 5c327084af246f576d66a1528900178e2bd74991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 03:29:32 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.57 to 0.59 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.57.0...v0.59.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 ed1a3814..e7fbda38 100644 --- a/aya-gen/Cargo.toml +++ b/aya-gen/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alessandro Decina "] edition = "2018" [dependencies] -bindgen = "0.57" +bindgen = "0.59" structopt = {version = "0.3", default-features = false } anyhow = "1" thiserror = "1"