Skip to content

Commit

Permalink
chore(deps): update bindgen requirement in /libvnc-sys (#4)
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.69.4...v0.70.0)

---
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 Aug 19, 2024
1 parent 0c6c8d7 commit 42e3cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvnc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["compile_commands.json"]


[build-dependencies]
bindgen = "0.69.4"
bindgen = "0.70.0"
cc = "1.0.95"
pkg-config = "0.3.30"
cmake = "0.1.50"
Expand Down

0 comments on commit 42e3cba

Please sign in to comment.