Skip to content

Commit

Permalink
Update bindgen requirement from 0.37.0 to 0.63.0
Browse files Browse the repository at this point in the history
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](rust-lang/rust-bindgen@v0.37.0...v0.51.1)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2023
1 parent 196bec6 commit c80804c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 60 deletions.
125 changes: 66 additions & 59 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.1.0"
build = "build.rs"

[build-dependencies]
bindgen = "0.37.0"
bindgen = "0.51.1"
glob = "0.3.1"
syntex = "0.42" # keep syntex version in match with pnet_macros/Cargo.toml
pnet = "0.25.0"
Expand Down

0 comments on commit c80804c

Please # to comment.