mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move futures-core to workspace (#8857)
This commit is contained in:
@ -438,9 +438,10 @@ tokio-util = { version = "0.7.4", features = ["codec"] }
|
||||
# async
|
||||
async-stream = "0.3"
|
||||
async-trait = "0.1.68"
|
||||
futures = "0.3.26"
|
||||
futures = "0.3"
|
||||
futures-util = "0.3"
|
||||
futures-core = "0.3"
|
||||
pin-project = "1.0.12"
|
||||
futures-util = "0.3.25"
|
||||
hyper = "1.3"
|
||||
hyper-util = "0.1.5"
|
||||
reqwest = { version = "0.12", default-features = false }
|
||||
|
||||
@ -27,7 +27,7 @@ revm.workspace = true
|
||||
|
||||
# async
|
||||
tokio = { workspace = true, features = ["sync", "time"] }
|
||||
futures-core = "0.3"
|
||||
futures-core.workspace = true
|
||||
futures-util.workspace = true
|
||||
|
||||
# metrics
|
||||
|
||||
Reference in New Issue
Block a user