From 10e9ca6cb286b42a78656ce5e70f3c96ba215964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:28:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.71 to 0.72 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.0...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- swiftnav-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftnav-sys/Cargo.toml b/swiftnav-sys/Cargo.toml index 6678c5f..132bac4 100644 --- a/swiftnav-sys/Cargo.toml +++ b/swiftnav-sys/Cargo.toml @@ -10,7 +10,7 @@ license = "LGPL-3.0" rust-version = "1.62.1" [build-dependencies] -bindgen = "0.71" +bindgen = "0.72" cmake = "0.1.46" [features]