Skip to content

Commit

Permalink
chore: bump alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Nov 28, 2024
1 parent cb693f4 commit bf135e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
alloy-primitives = { version = "0.8.5", features = ["map"] }
alloy-provider = { version = "0.6", default-features = false }
alloy-rpc-types = { version = "0.6", features = ["eth"] }
alloy-serde = { version = "0.6", default-features = false }
alloy-transport = { version = "0.6", default-features = false }
alloy-consensus = { version = "0.6", default-features = false }
alloy-provider = { version = "0.7", default-features = false }
alloy-rpc-types = { version = "0.7", features = ["eth"] }
alloy-serde = { version = "0.7", default-features = false }
alloy-transport = { version = "0.7", default-features = false }
alloy-consensus = { version = "0.7", default-features = false }

eyre = "0.6"
futures = "0.3"
Expand All @@ -52,6 +52,6 @@ tracing = "0.1"
url = "2"

[dev-dependencies]
alloy-rpc-client = "0.6"
alloy-transport-http = "0.6"
alloy-rpc-client = "0.7"
alloy-transport-http = "0.7"
tiny_http = "0.11"

0 comments on commit bf135e6

Please sign in to comment.