Skip to content

Commit

Permalink
bump: alloy-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenzing committed Oct 25, 2024
1 parent 95b1f66 commit 4c270d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async-recursion = "1.0.5"
async-trait = { version = "0.1.74", default-features = false }

# Alloy
alloy = { version = "0.1", features = ["full", "json-rpc"] }
alloy = { version = "0.5.4", features = ["full", "json-rpc"] }
futures-util = "0.3.29"
anyhow = "1.0.75"
tracing-subscriber = "0.3.18"
Expand All @@ -44,7 +44,7 @@ getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
alloy = { version = "0.1", features = ["full"] }
alloy = { version = "0.5.4", features = ["full"] }
anyhow = "1.0.75"
pretty_assertions = "1.4.1"
rstest = "0.23.0"
Expand Down

0 comments on commit 4c270d2

Please sign in to comment.