From 55c66f5f6412e4b7e6698d47df0532f209c9c820 Mon Sep 17 00:00:00 2001 From: floor-licker Date: Sat, 14 Feb 2026 23:47:25 -0500 Subject: [PATCH] Update Cargo.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91cdc62..67e1873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,8 +30,8 @@ simd-json = "0.13" dotenvy = "0.15" # Ethereum and crypto -alloy-primitives = "1.5" -alloy-sol-types = { version = "1.5", features = ["eip712-serde", "json"] } +alloy-primitives = "1.6" +alloy-sol-types = { version = "1.6", features = ["eip712-serde", "json"] } alloy-signer = { version = "1.6", features = ["eip712"] } alloy-signer-local = { version = "1.6", features = ["eip712"] }