Skip to content

Commit

Permalink
Merge pull request #833 from primitivefinance/dependabot/cargo/ethers…
Browse files Browse the repository at this point in the history
…-2.0.13

build(deps): bump ethers from 2.0.11 to 2.0.13
  • Loading branch information
0xJepsen authored Jan 31, 2024
2 parents 62769cf + 1cb4ce1 commit 1c1350b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "bin/main.rs"
[workspace.dependencies]
arbiter-bindings = { version = "*", path = "./arbiter-bindings" }
arbiter-core = { version = "*", path = "./arbiter-core" }
ethers = { version = "2.0.11" }
ethers = { version = "2.0.13" }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "=1.0.108" }
revm = { git = "https://github.com/bluealloy/revm.git", features = [ "ethersdb", "std", "serde"], rev = "30bbcdfe81446c9d1e9b37acc95f208943ddf858" }
Expand Down

0 comments on commit 1c1350b

Please sign in to comment.