Update Cargo.toml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
floor-licker
2026-02-14 23:47:25 -05:00
committed by GitHub
parent 81d78a4c6a
commit 55c66f5f64
+2 -2
View File
@@ -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"] }