From 9465720cef431baaff8ce0017b3d4942535a34e8 Mon Sep 17 00:00:00 2001 From: Mac L Date: Wed, 14 Jan 2026 15:58:42 +1100 Subject: [PATCH] Update darling --- tree_hash/Cargo.toml | 10 +++++----- tree_hash_derive/Cargo.toml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tree_hash/Cargo.toml b/tree_hash/Cargo.toml index c3763d9..e1ca5ea 100644 --- a/tree_hash/Cargo.toml +++ b/tree_hash/Cargo.toml @@ -11,11 +11,11 @@ keywords.workspace = true categories.workspace = true [dependencies] -alloy-primitives = "1.0.0" -ethereum_hashing = { version = "0.8.0", default-features = false, features = ["zero_hash_cache"] } -ethereum_ssz = "0.10.0" -smallvec = "1.6.1" -typenum = "1.12.0" +alloy-primitives = "1" +ethereum_hashing = { version = "0.8", default-features = false, features = ["zero_hash_cache"] } +ethereum_ssz = "0.10" +smallvec = "1" +typenum = "1" [dev-dependencies] rand = "0.9" diff --git a/tree_hash_derive/Cargo.toml b/tree_hash_derive/Cargo.toml index 4638d85..c457f11 100644 --- a/tree_hash_derive/Cargo.toml +++ b/tree_hash_derive/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true proc-macro = true [dependencies] -syn = "2.0.69" -proc-macro2 = "1.0.23" -quote = "1.0.18" -darling = "0.21" +syn = "2" +proc-macro2 = "1" +quote = "1" +darling = "0.23"