Update bindgen requirement from 0.66 to 0.68 in /zstd-safe/zstd-sys (#245)

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](https://github.com/rust-lang/rust-bindgen/compare/v0.66.0...v0.68.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-10 22:07:03 -04:00 committed by GitHub
parent dbb0a42884
commit 29e24ec4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ doctest = false # Documentation is for C code, good luck testing that.
[build-dependencies.bindgen]
optional = true
version = "0.66"
version = "0.68"
default-features = false
features = ["runtime", "which-rustfmt"]