mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-09 10:47:47 +00:00
fix: update dependencies to resolve security vulnerabilities in alloy-dyn-abi (RUSTSEC-2025-0073) and slab (RUSTSEC-2025-0047)
This commit is contained in:
Generated
+596
-544
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user