From 18196057225341e9645bc96a3c8aea9669ae033c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:12:59 +0000 Subject: [PATCH] chore(deps): bump bindgen from 0.66.1 to 0.68.1 Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.66.1 to 0.68.1. - [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.66.1...v0.68.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- capable/sys/Cargo.toml | 2 +- capable/sys/types/Cargo.toml | 2 +- core/build/Cargo.toml | 2 +- core/sys/types/Cargo.toml | 2 +- dcap/ql/sys/Cargo.toml | 2 +- dcap/ql/sys/types/Cargo.toml | 2 +- dcap/quoteverify/sys/Cargo.toml | 2 +- dcap/quoteverify/sys/types/Cargo.toml | 2 +- dcap/sys/types/Cargo.toml | 2 +- dcap/tvl/sys/Cargo.toml | 2 +- tcrypto/sys/Cargo.toml | 2 +- tcrypto/sys/types/Cargo.toml | 2 +- trts/sys/Cargo.toml | 2 +- tservice/sys/Cargo.toml | 2 +- tservice/sys/types/Cargo.toml | 2 +- tstdc/sys/Cargo.toml | 2 +- tstdc/sys/types/Cargo.toml | 2 +- urts/sys/Cargo.toml | 2 +- urts/sys/types/Cargo.toml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c688fd1..930b5c58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "bindgen" -version = "0.66.1" +version = "0.68.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7" +checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" dependencies = [ "bitflags 2.3.3", "cexpr", diff --git a/capable/sys/Cargo.toml b/capable/sys/Cargo.toml index ab103d5c..2a173f8e 100644 --- a/capable/sys/Cargo.toml +++ b/capable/sys/Cargo.toml @@ -19,6 +19,6 @@ mc-sgx-capable-sys-types = { path = "types", version = "=0.8.0" } mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } diff --git a/capable/sys/types/Cargo.toml b/capable/sys/types/Cargo.toml index 51179908..eb3e83a9 100644 --- a/capable/sys/types/Cargo.toml +++ b/capable/sys/types/Cargo.toml @@ -15,6 +15,6 @@ rust-version = "1.62.1" doctest = false [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/core/build/Cargo.toml b/core/build/Cargo.toml index 1d444434..6e605409 100644 --- a/core/build/Cargo.toml +++ b/core/build/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/mobilecoinfoundation/sgx" rust-version = "1.62.1" [dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" [package.metadata.release] diff --git a/core/sys/types/Cargo.toml b/core/sys/types/Cargo.toml index b463b757..4ab719da 100644 --- a/core/sys/types/Cargo.toml +++ b/core/sys/types/Cargo.toml @@ -19,6 +19,6 @@ serde = { version = "1.0", default-features = false, features = ["derive"] } serde_with = { version = "3.2", default-features = false, features = ["macros"] } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../build", version = "=0.8.0" } diff --git a/dcap/ql/sys/Cargo.toml b/dcap/ql/sys/Cargo.toml index a977764b..2b6972e0 100644 --- a/dcap/ql/sys/Cargo.toml +++ b/dcap/ql/sys/Cargo.toml @@ -21,6 +21,6 @@ mc-sgx-dcap-ql-sys-types = { path = "types", version = "=0.8.0" } mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/dcap/ql/sys/types/Cargo.toml b/dcap/ql/sys/types/Cargo.toml index 9a46502a..8792568a 100644 --- a/dcap/ql/sys/types/Cargo.toml +++ b/dcap/ql/sys/types/Cargo.toml @@ -15,6 +15,6 @@ rust-version = "1.62.1" doctest = false [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../../core/build", version = "=0.8.0" } diff --git a/dcap/quoteverify/sys/Cargo.toml b/dcap/quoteverify/sys/Cargo.toml index d38c73e7..9c4f834a 100644 --- a/dcap/quoteverify/sys/Cargo.toml +++ b/dcap/quoteverify/sys/Cargo.toml @@ -20,6 +20,6 @@ mc-sgx-dcap-quoteverify-sys-types = { path = "types", version = "=0.8.0" } mc-sgx-dcap-sys-types = { path = "../../../dcap/sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/dcap/quoteverify/sys/types/Cargo.toml b/dcap/quoteverify/sys/types/Cargo.toml index b88cfbbc..13810fb6 100644 --- a/dcap/quoteverify/sys/types/Cargo.toml +++ b/dcap/quoteverify/sys/types/Cargo.toml @@ -18,6 +18,6 @@ doctest = false mc-sgx-dcap-sys-types = { path = "../../../sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../../core/build", version = "=0.8.0" } diff --git a/dcap/sys/types/Cargo.toml b/dcap/sys/types/Cargo.toml index c06789be..fa2614bd 100644 --- a/dcap/sys/types/Cargo.toml +++ b/dcap/sys/types/Cargo.toml @@ -18,5 +18,5 @@ doctest = false mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/dcap/tvl/sys/Cargo.toml b/dcap/tvl/sys/Cargo.toml index 7ec8d618..ef91b9e2 100644 --- a/dcap/tvl/sys/Cargo.toml +++ b/dcap/tvl/sys/Cargo.toml @@ -23,6 +23,6 @@ mc-sgx-dcap-quoteverify-sys-types = { path = "../../quoteverify/sys/types", vers mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/tcrypto/sys/Cargo.toml b/tcrypto/sys/Cargo.toml index 41bcdadf..631264f9 100644 --- a/tcrypto/sys/Cargo.toml +++ b/tcrypto/sys/Cargo.toml @@ -23,6 +23,6 @@ mc-sgx-tcrypto-sys-types = { path = "types", version = "=0.8.0" } sha2 = "0.10.6" [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } diff --git a/tcrypto/sys/types/Cargo.toml b/tcrypto/sys/types/Cargo.toml index 3c9667a1..a3f81820 100644 --- a/tcrypto/sys/types/Cargo.toml +++ b/tcrypto/sys/types/Cargo.toml @@ -15,6 +15,6 @@ rust-version = "1.62.1" doctest = false [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/trts/sys/Cargo.toml b/trts/sys/Cargo.toml index 131544f1..d7accf9a 100644 --- a/trts/sys/Cargo.toml +++ b/trts/sys/Cargo.toml @@ -25,6 +25,6 @@ sim = [] mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } diff --git a/tservice/sys/Cargo.toml b/tservice/sys/Cargo.toml index 736afa9d..aba50786 100644 --- a/tservice/sys/Cargo.toml +++ b/tservice/sys/Cargo.toml @@ -20,6 +20,6 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } mc-sgx-tservice-sys-types = { path = "types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } diff --git a/tservice/sys/types/Cargo.toml b/tservice/sys/types/Cargo.toml index ab0556b9..fa6066ef 100644 --- a/tservice/sys/types/Cargo.toml +++ b/tservice/sys/types/Cargo.toml @@ -19,6 +19,6 @@ mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } mc-sgx-tcrypto-sys-types = { path = "../../../tcrypto/sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/tstdc/sys/Cargo.toml b/tstdc/sys/Cargo.toml index 34b0d010..22e5badd 100644 --- a/tstdc/sys/Cargo.toml +++ b/tstdc/sys/Cargo.toml @@ -22,6 +22,6 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } mc-sgx-tstdc-sys-types = { path = "types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } diff --git a/tstdc/sys/types/Cargo.toml b/tstdc/sys/types/Cargo.toml index 189a5879..3c0d600f 100644 --- a/tstdc/sys/types/Cargo.toml +++ b/tstdc/sys/types/Cargo.toml @@ -15,6 +15,6 @@ rust-version = "1.62.1" doctest = false [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" } diff --git a/urts/sys/Cargo.toml b/urts/sys/Cargo.toml index c772a345..5c414f27 100644 --- a/urts/sys/Cargo.toml +++ b/urts/sys/Cargo.toml @@ -24,6 +24,6 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.8.0" } mc-sgx-urts-sys-types = { path = "types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../core/build", version = "=0.8.0" } diff --git a/urts/sys/types/Cargo.toml b/urts/sys/types/Cargo.toml index 61fcaef8..7fd100d0 100644 --- a/urts/sys/types/Cargo.toml +++ b/urts/sys/types/Cargo.toml @@ -18,7 +18,7 @@ doctest = false mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.8.0" } [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1" cargo-emit = "0.2.1" mc-sgx-core-build = { path = "../../../core/build", version = "=0.8.0" }