chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 (#7018)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
DaniPopes
2024-06-11 11:37:49 +02:00
committed by GitHub
parent e9d8cdab49
commit 55317eb004
26 changed files with 554 additions and 608 deletions

View File

@ -14,15 +14,14 @@ workspace = true
alloy-rpc-types-engine.workspace = true
http.workspace = true
hyper.workspace = true
tower.workspace = true
http-body.workspace = true
jsonrpsee-http-client.workspace = true
pin-project.workspace = true
tower.workspace = true
tracing.workspace = true
[dev-dependencies]
hyper = { workspace = true, features = ["client", "tcp"] }
reqwest.workspace = true
assert_matches.workspace = true
tokio = { workspace = true, features = ["macros"] }
tempfile.workspace = true