From 7628f43b3b1915e60384cde505a973208b136c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:24:11 +0000 Subject: [PATCH] Update Rust crate bindgen to v0.69.2 --- Cargo.lock | 4 ++-- crates/fontconfig-sys/Cargo.toml | 2 +- crates/freetype-sys/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f96cc8c..b8300ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,9 +300,9 @@ checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" [[package]] name = "bindgen" -version = "0.69.1" +version = "0.69.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" +checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d" dependencies = [ "bitflags 2.4.1", "cexpr", diff --git a/crates/fontconfig-sys/Cargo.toml b/crates/fontconfig-sys/Cargo.toml index 536a5de..f525a3c 100644 --- a/crates/fontconfig-sys/Cargo.toml +++ b/crates/fontconfig-sys/Cargo.toml @@ -11,5 +11,5 @@ figma-agent-freetype-sys = { path = "../freetype-sys" } libc = "=0.2.152" [build-dependencies] -bindgen = "=0.69.1" +bindgen = "=0.69.2" pkg-config = "=0.3.28" diff --git a/crates/freetype-sys/Cargo.toml b/crates/freetype-sys/Cargo.toml index b7c13b6..5400353 100644 --- a/crates/freetype-sys/Cargo.toml +++ b/crates/freetype-sys/Cargo.toml @@ -10,5 +10,5 @@ name = "freetype_sys" libc = "=0.2.152" [build-dependencies] -bindgen = "=0.69.1" +bindgen = "=0.69.2" pkg-config = "=0.3.28"