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"