Skip to content

Commit

Permalink
update alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Mar 14, 2024
1 parent 66bab27 commit 1a33070
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ exclude = ["examples/"]
publish = false

[workspace.dependencies]
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-rpc-engine-types = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-signer-aws = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-signer-gcp = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-signer-ledger = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-signer-trezor = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "818b3e9", default-features = false }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-contract = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-pubsub = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-rpc-client = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-rpc-engine-types = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-signer-aws = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-signer-gcp = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-signer-ledger = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-signer-trezor = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }
alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "d5967ab", default-features = false }

alloy-primitives = { version = "0.6.4", default-features = false, features = [
"std",
Expand Down

0 comments on commit 1a33070

Please sign in to comment.