Skip to content

Commit

Permalink
Bump bindgen from 0.51.1 to 0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 864dc16 commit f115ceb
Showing 5 changed files with 48 additions and 11 deletions.
51 changes: 44 additions & 7 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 sgx/core-types-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@ links = "mc-sgx-core-types"
mc-util-build-script = { path = "../../util/build/script" }
mc-util-build-sgx = { path = "../../util/build/sgx" }

bindgen = "0.51.1"
bindgen = "0.53.1"
cargo-emit = "0.1"
pkg-config = "0.3"
2 changes: 1 addition & 1 deletion sgx/epid-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,6 +18,6 @@ mc-sgx-epid-types-sys = { path = "../epid-types-sys" }
mc-util-build-sgx = { path = "../../util/build/sgx" }
mc-util-build-script = { path = "../../util/build/script" }

bindgen = "0.51.1"
bindgen = "0.53.1"
cargo-emit = "0.1.1"
pkg-config = "0.3"
2 changes: 1 addition & 1 deletion sgx/epid-types-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@ mc-sgx-core-types-sys = { path = "../core-types-sys" }
mc-util-build-script = { path = "../../util/build/script" }
mc-util-build-sgx = { path = "../../util/build/sgx" }

bindgen = "0.51.1"
bindgen = "0.53.1"
cargo-emit = "0.1"
pkg-config = "0.3"
2 changes: 1 addition & 1 deletion sgx/urts-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@ mc-sgx-core-types-sys = { path = "../core-types-sys" }
mc-util-build-sgx = { path = "../../util/build/sgx" }
mc-util-build-script = { path = "../../util/build/script" }

bindgen = "0.51.1"
bindgen = "0.53.1"
cargo-emit = "0.1"
pkg-config = "0.3"

0 comments on commit f115ceb

Please sign in to comment.