From 903b6186284adee7dad82f82f6464669aa4b4ba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:50:36 +0000 Subject: [PATCH] chore(deps): update rust crate bindgen to 0.69.4 --- bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 5ff7925..747a9f3 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] [build-dependencies] -bindgen = "0.60" +bindgen = "0.69.4"