From 1846821f31ca2b36c02c48cfa6b4413e9b2f4106 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 3 Nov 2023 02:03:41 +0100 Subject: [PATCH] Update Rust crate bindgen to 0.69.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1458502..bb9d656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.9.0" anyhow = "1.0.75" [build-dependencies] -bindgen = "0.68.1" \ No newline at end of file +bindgen = "0.69.1" \ No newline at end of file