chore(deps): move http crate deps to workspace (#7791)

This commit is contained in:
Matthias Seitz
2024-04-22 13:56:11 +02:00
committed by GitHub
parent adcc0643ba
commit cab4420b41
4 changed files with 7 additions and 5 deletions

View File

@ -88,7 +88,7 @@ procfs = "0.16.0"
proptest.workspace = true
tempfile.workspace = true
jsonrpsee.workspace = true
assert_matches = "1.5.0"
assert_matches.workspace = true
[features]
optimism = [

View File

@ -35,8 +35,8 @@ revm-primitives.workspace = true
# async
async-trait.workspace = true
hyper.workspace = true
http = "0.2.8"
http-body = "0.4.5"
http.workspace = true
http-body.workspace = true
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
]}

View File

@ -42,8 +42,8 @@ revm-primitives = { workspace = true, features = ["serde"] }
# rpc
jsonrpsee.workspace = true
http = "0.2.8"
http-body = "0.4.5"
http.workspace = true
http-body.workspace = true
hyper.workspace = true
jsonwebtoken = "8"