From 132d07e0579a9b00734f3823e907689c05bdf2cc Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 17 Oct 2022 12:37:59 +0200 Subject: [PATCH] Upgrade bindgen from 0.58 to 0.61 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb7d67fb..a01c0913 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,5 +134,5 @@ tracing-subscriber = { version = "0.3.2", features = ["env-filter"] } unicode-segmentation = "1.7.0" [build-dependencies] -bindgen = {version = "0.58", optional = true} +bindgen = { version = "0.61", optional = true } pkg-config = { version = "0.3", optional = true }