Skip to content

Commit

Permalink
chore(deps): bump alloy-core 0.8.4 in Cargo.toml (alloy-rs#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored and lwedge99 committed Oct 8, 2024
1 parent 2633b59 commit 59fcff1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ alloy-transport-http = { version = "0.3", path = "crates/transport-http", defaul
alloy-transport-ipc = { version = "0.3", path = "crates/transport-ipc", default-features = false }
alloy-transport-ws = { version = "0.3", path = "crates/transport-ws", default-features = false }

alloy-core = { version = "0.8.0", default-features = false }
alloy-dyn-abi = { version = "0.8.0", default-features = false }
alloy-json-abi = { version = "0.8.0", default-features = false }
alloy-primitives = { version = "0.8.0", default-features = false }
alloy-sol-types = { version = "0.8.0", default-features = false }
alloy-core = { version = "0.8.4", default-features = false }
alloy-dyn-abi = { version = "0.8.4", default-features = false }
alloy-json-abi = { version = "0.8.4", default-features = false }
alloy-primitives = { version = "0.8.4", default-features = false }
alloy-sol-types = { version = "0.8.4", default-features = false }

alloy-rlp = { version = "0.3", default-features = false }

Expand Down

0 comments on commit 59fcff1

Please sign in to comment.