From 363e09520edcde3ba2bc4ef58321f92dbfab5928 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 7 Sep 2023 02:03:14 +0200 Subject: [PATCH] Update Rust crate bindgen to 0.68.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 834f36d..ec1b496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.7.1" anyhow = "1.0.75" [build-dependencies] -bindgen = "0.66.1" \ No newline at end of file +bindgen = "0.68.1" \ No newline at end of file