From 9009d4f589e53f2947bc418d295f4fffeb6c394b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Cig=C3=A1nek?= Date: Tue, 22 Oct 2024 15:45:07 +0200 Subject: [PATCH] Bump heck to v0.5.0 --- utils/bindgen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bindgen/Cargo.toml b/utils/bindgen/Cargo.toml index 40838e50b..49dfb9afe 100644 --- a/utils/bindgen/Cargo.toml +++ b/utils/bindgen/Cargo.toml @@ -15,6 +15,6 @@ path = "src/main.rs" [dependencies] clap = { workspace = true } -heck = "0.4.1" +heck = "0.5.0" syn = { version = "2.0.82", default-features = false, features = ["parsing", "full", "extra-traits"] } thiserror = { workspace = true }