From 7fbc5a4907073bf5195da4b1b9cf0f735897bdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:56:55 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.69.1 to 0.70.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.69.1...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llhttp_sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llhttp_sys/Cargo.toml b/llhttp_sys/Cargo.toml index b49ace4..5805aa7 100644 --- a/llhttp_sys/Cargo.toml +++ b/llhttp_sys/Cargo.toml @@ -11,4 +11,4 @@ libc = "0.2.147" [build-dependencies] cc = "1.0.82" -bindgen = "0.69.1" +bindgen = "0.70.0"