build(deps): update bindgen requirement from 0.71.1 to 0.72.0
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.71.1...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.71.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6107475db1
commit
e362ce762e
|
|
@ -22,7 +22,7 @@ boring-sys = { package = "boring-sys2", version = "4.15.13", path = "./boring-sy
|
||||||
boring = { package = "boring2", version = "4.15.13", path = "./boring" }
|
boring = { package = "boring2", version = "4.15.13", path = "./boring" }
|
||||||
tokio-boring = { package = "tokio-boring2", version = "4.15.13", path = "./tokio-boring" }
|
tokio-boring = { package = "tokio-boring2", version = "4.15.13", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.71.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
cmake = "0.1.18"
|
cmake = "0.1.18"
|
||||||
fs_extra = "1.3.0"
|
fs_extra = "1.3.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue