From 5c221563928e06f4042b266bf79481c6967aebd7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 6 Dec 2024 21:16:56 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.71.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 050cca8..2495519 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.9.4" anyhow = "1.0.86" [build-dependencies] -bindgen = "0.70.0" \ No newline at end of file +bindgen = "0.71.0" \ No newline at end of file -- 2.47.1