Skip to content

Commit

Permalink
bump alloy to 0.2 (#71)
Browse files Browse the repository at this point in the history
## 📝 Summary

alloy dependencies changed from 0.1 to 0.2

## 💡 Motivation and Context

Newer dependencies help to build around the rbuilder with fewer
problems.
Also 0.2 comes on blue which highlights my eyes.

## ✅ I have completed the following steps:

* [x] Run `make lint`
* [x] Run `make test`
* [ ] Added tests (if applicable)
  • Loading branch information
ZanCorDX authored Jul 19, 2024
1 parent d0db85e commit ae24579
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

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

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ ethereum_ssz = "0.5"
alloy-primitives = "0.7.2"
alloy-rlp = "0.3.4"
alloy-chains = { version = "0.1.15", feature = ["serde", "rlp", "arbitrary"] }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", version = "0.1", features = ["kzg"] }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", version = "0.1", features = [
alloy-provider = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", version = "0.2", features = ["kzg"] }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", version = "0.2", features = [
"ssz",
] }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", version = "0.1", features = [
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", version = "0.2", features = [
"ssz",
] }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", version = "0.1" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }
alloy-signer-local = { git = "https://github.com/alloy-rs/alloy", version = "0.2" }

0 comments on commit ae24579

Please sign in to comment.