Skip to content

Commit

Permalink
feat: upgrade alloy to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Smith committed Dec 23, 2024
1 parent 3e764e1 commit 13aad76
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 @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
alloy = { version = "0.7.3", default-features = false }
alloy = { version = "0.8.3", default-features = false }

[dependencies]
alloy = { workspace = true, features = [
Expand All @@ -17,7 +17,7 @@ alloy = { workspace = true, features = [

[dev-dependencies]
alloy = { workspace = true, features = ["signer-local"] }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy.git", tag = "v0.7.3", default-features = false }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy.git", tag = "v0.8.3", default-features = false }
regex = { version = "1", default-features = false }
tokio = { version = "1", default-features = false, features = [
"process",
Expand Down

0 comments on commit 13aad76

Please sign in to comment.