fix: update dependencies to resolve security vulnerabilities in alloy-dyn-abi (RUSTSEC-2025-0073) and slab (RUSTSEC-2025-0047)

This commit is contained in:
floor-licker
2025-12-06 06:14:28 -05:00
parent d5929a1a14
commit 710e4c7387
2 changed files with 598 additions and 546 deletions
Generated
+596 -544
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -29,8 +29,8 @@ serde_json = "1.0"
dotenv = "0.15"
# Ethereum and crypto
alloy-primitives = "0.8"
alloy-sol-types = { version = "0.8", features = ["eip712-serde", "json"] }
alloy-primitives = "0.8.26"
alloy-sol-types = { version = "0.8.26", features = ["eip712-serde", "json"] }
alloy-signer = { version = "0.7", features = ["eip712"] }
alloy-signer-local = { version = "0.7", features = ["eip712"] }