cargo update, upgrade alloy

Removes a dated proc-macro-crate patch.
This commit is contained in:
Luke Parker
2024-09-05 17:03:23 -04:00
parent ac7b98daac
commit 0d5756ffcf
6 changed files with 367 additions and 320 deletions

View File

@@ -21,8 +21,8 @@ tower = "0.4"
serde_json = { version = "1", default-features = false }
simple-request = { path = "../../../common/request", default-features = false }
alloy-json-rpc = { version = "0.1", default-features = false }
alloy-transport = { version = "0.1", default-features = false }
alloy-json-rpc = { version = "0.3", default-features = false }
alloy-transport = { version = "0.3", default-features = false }
[features]
default = ["tls"]