From c728b95a44a44498c06628973d210936efbd8f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:46:21 +0000 Subject: [PATCH] chore(deps): update rust crate bindgen to 0.72.0 --- crates/teepot-tdx-attest-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teepot-tdx-attest-sys/Cargo.toml b/crates/teepot-tdx-attest-sys/Cargo.toml index 7e9db7a..96c3a7e 100644 --- a/crates/teepot-tdx-attest-sys/Cargo.toml +++ b/crates/teepot-tdx-attest-sys/Cargo.toml @@ -14,4 +14,4 @@ description = "Fork of tdx-attest-sys" [dependencies] [build-dependencies] -bindgen = "0.70.1" +bindgen = "0.72.0"