From 56b24ae014973c8dbd214d89dbf9e36aca5e023c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 8 Jun 2025 12:03:32 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.72.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2495519..90ea94f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.9.4" anyhow = "1.0.86" [build-dependencies] -bindgen = "0.71.0" \ No newline at end of file +bindgen = "0.72.0" \ No newline at end of file