From 2f194bb785225336c8fa6ff484d238c18bbd90c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:16:54 +0000 Subject: [PATCH] Update bindgen requirement from 0.72 to 0.73 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.72.0...v0.73.2) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.73.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60fef334..c295f1df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ weather = { path = "executables/weather" } # - External crates miniserde = { version = "0.1" } -bindgen = { version = "0.72" } +bindgen = { version = "0.73" } cbindgen = { version = "0.29" } syn = { version = "2.0" } quote = { version = "1.0" }