build(deps): update bindgen requirement from 0.49 to 0.52
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](https://github.com/rust-lang/rust-bindgen/compare/v0.49.0...v0.52.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c05966cbfb
commit
2a1a401aff
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
futures = "0.1.27"
|
futures = "0.1.27"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.49"
|
bindgen = "0.52"
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
semver = "0.9"
|
semver = "0.9"
|
||||||
|
|
Loading…
Reference in a new issue