Skip to content

Commit

Permalink
build(deps): update bindgen requirement from 0.65.1 to 0.69.1 (#87)
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/main/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.65.1...v0.69.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent 21d6b20 commit 6a6017b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v4l-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ links = "v4l1 v4l2 v4lconvert"
build = "build.rs"

[build-dependencies]
bindgen = "0.65.1"
bindgen = "0.69.1"
2 changes: 1 addition & 1 deletion v4l2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "MIT"
build = "build.rs"

[build-dependencies]
bindgen = "0.65.1"
bindgen = "0.69.1"

0 comments on commit 6a6017b

Please sign in to comment.