Skip to content

Commit

Permalink
feat: bumping alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Nov 15, 2024
1 parent c66e65a commit b8550eb
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 50 deletions.
124 changes: 76 additions & 48 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build = "build.rs"
[dependencies]
wc = { git = "https://github.com/WalletConnect/utils-rs.git", tag = "v0.9.0", features = ["alloc", "analytics", "future", "http", "metrics", "geoip", "geoblock", "rate_limit"] }
relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.32.0", features = ["cacao"] }
yttrium = { git = "https://github.com/reown-com/yttrium.git", rev = "86348f5e12bff417100bbdf43156e2a456e0eb2b" }
yttrium = { git = "https://github.com/reown-com/yttrium.git", rev = "fb6a07b898fc47f4db8e0acbe9ae7a1a37142e10" }

# Async
async-trait = "0.1.82"
Expand Down Expand Up @@ -81,7 +81,7 @@ rand = "0.8.5"
rand_core = "0.6"
prometheus-http-query = "0.6.6"
ethers = { version = "2.0.11", git = "https://github.com/gakonst/ethers-rs" } # using Git version because crates.io version fails clippy
alloy = { version = "0.3.6", features = ["providers"] }
alloy = { version = "0.6.1", features = ["providers", "json-rpc"] }

bytes = "1.7.1"
data-encoding = "2.6.0"
Expand Down

0 comments on commit b8550eb

Please sign in to comment.