From 6200c74e4cc294a2629225191731498a831bbfd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:31:46 +0000 Subject: [PATCH] chore: update bindgen requirement from 0.65.1 to 0.66.1 (#523) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77a032dd..0f843d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ proptest = "1.0.0" # chrono = "0.4.19" [build-dependencies] -bindgen = "0.65.1" +bindgen = "0.66.1" cc = { version = "1.0", features = ["parallel"] } pkg-config = "0.3"