Skip to content

Commit

Permalink
Merge pull request #8 from rainlanguage/2025-01-07-update-alloy
Browse files Browse the repository at this point in the history
update alloy version
  • Loading branch information
rouzwelt authored Feb 7, 2025
2 parents 2cba070 + 4a26b54 commit 8953b72
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 28 deletions.
97 changes: 73 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ethers = { version = "2.0.14", features = [
"legacy",
"ledger",
] }
alloy-primitives = { version = "0.6.3", features = ["rand"] }
alloy-sol-types = { version = "0.6.3" }
alloy-json-abi = "0.6.3"
alloy-dyn-abi = "0.6.3"
alloy-primitives = { version = "0.7.7", features = ["rand"] }
alloy-sol-types = { version = "0.7.7" }
alloy-json-abi = "0.7.7"
alloy-dyn-abi = "0.7.7"
once_cell = "1.17.1"
reqwest = { version = "0.11.17", features = ["json"] }
serde_json = "1.0.111"
Expand Down

0 comments on commit 8953b72

Please sign in to comment.