From 1dfb194ad5aba3c24b6e951e116a9a20ef288310 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 11 Apr 2023 02:02:27 +0200 Subject: [PATCH] Update Rust crate bindgen to 0.65.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9c94d1..5c44ab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ memmap2 = "0.5.10" anyhow = "1.0.70" [build-dependencies] -bindgen = "0.64.0" \ No newline at end of file +bindgen = "0.65.1" \ No newline at end of file -- 2.47.0