Skip to content

Commit

Permalink
chore(deps): bump bindgen from 0.66.1 to 0.68.1
Browse files Browse the repository at this point in the history
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](rust-lang/rust-bindgen@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent ede6368 commit 0f00849
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion capable/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ mc-sgx-capable-sys-types = { path = "types", version = "=0.7.5" }
mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion capable/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.5" }
2 changes: 1 addition & 1 deletion core/build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion core/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.5" }
2 changes: 1 addition & 1 deletion dcap/ql/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ mc-sgx-dcap-ql-sys-types = { path = "types", version = "=0.7.5" }
mc-sgx-dcap-sys-types = { path = "../../sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion dcap/ql/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.5" }
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ mc-sgx-dcap-quoteverify-sys-types = { path = "types", version = "=0.7.5" }
mc-sgx-dcap-sys-types = { path = "../../../dcap/sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ doctest = false
mc-sgx-dcap-sys-types = { path = "../../../sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion dcap/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ doctest = false
mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
mc-sgx-core-build = { path = "../../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion dcap/tvl/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion tcrypto/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ mc-sgx-tcrypto-sys-types = { path = "types", version = "=0.7.5" }
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.7.5" }
2 changes: 1 addition & 1 deletion tcrypto/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.5" }
2 changes: 1 addition & 1 deletion trts/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ sim = []
mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion tservice/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.7.5" }
mc-sgx-tservice-sys-types = { path = "types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion tservice/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.7.5" }
mc-sgx-tcrypto-sys-types = { path = "../../../tcrypto/sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion tstdc/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.7.5" }
mc-sgx-tstdc-sys-types = { path = "types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion tstdc/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.5" }
2 changes: 1 addition & 1 deletion urts/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.7.5" }
mc-sgx-urts-sys-types = { path = "types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"
mc-sgx-core-build = { path = "../../core/build", version = "=0.7.5" }
2 changes: 1 addition & 1 deletion urts/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doctest = false
mc-sgx-core-sys-types = { path = "../../../core/sys/types", version = "=0.7.5" }

[build-dependencies]
bindgen = "0.66.1"
bindgen = "0.68.1"
cargo-emit = "0.2.1"

mc-sgx-core-build = { path = "../../../core/build", version = "=0.7.5" }

0 comments on commit 0f00849

Please sign in to comment.