mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
alloy 0.8
This commit is contained in:
@@ -20,10 +20,10 @@ workspace = true
|
||||
k256 = { version = "0.13", default-features = false, features = ["std"] }
|
||||
|
||||
alloy-core = { version = "0.8", default-features = false }
|
||||
alloy-consensus = { version = "0.7", default-features = false, features = ["std"] }
|
||||
alloy-consensus = { version = "0.8", default-features = false, features = ["std"] }
|
||||
|
||||
alloy-rpc-types-eth = { version = "0.7", default-features = false }
|
||||
alloy-rpc-types-eth = { version = "0.8", default-features = false }
|
||||
alloy-simple-request-transport = { path = "../../../networks/ethereum/alloy-simple-request-transport", default-features = false }
|
||||
alloy-provider = { version = "0.7", default-features = false }
|
||||
alloy-provider = { version = "0.8", default-features = false }
|
||||
|
||||
ethereum-primitives = { package = "serai-processor-ethereum-primitives", path = "../primitives", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user