Skip to content

Commit

Permalink
chore(deps): update rust crate alloy to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 8d83ee0 commit b3693ea
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 37 deletions.
135 changes: 99 additions & 36 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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
alloy = { version = "0.4.0", features = ["contract", "signer-local"] }
alloy = { version = "0.5.0", features = ["contract", "signer-local"] }
anyhow = "1.0.75"
chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
futures-util = "0.3.30"
Expand Down

0 comments on commit b3693ea

Please sign in to comment.