Skip to content

Commit

Permalink
chore(deps): bump alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Aug 30, 2024
1 parent c16927b commit 6d8400d
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 @@ -37,8 +37,8 @@ foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.10.3" }
foundry-compilers-core = { path = "crates/core", version = "0.10.3" }

alloy-json-abi = { version = "0.7", features = ["serde_json"] }
alloy-primitives = { version = "0.7", features = ["serde", "rand"] }
alloy-json-abi = { version = "0.8", features = ["serde_json"] }
alloy-primitives = { version = "0.8", features = ["serde", "rand"] }
cfg-if = "1.0"
dunce = "1.0"
md-5 = "0.10"
Expand Down

0 comments on commit 6d8400d

Please sign in to comment.