Skip to content

Commit

Permalink
chore(deps): bump core (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Nov 30, 2023
1 parent 65d29f2 commit dee14ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ alloy-networks = { version = "0.1.0", path = "crates/networks" }
alloy-rpc-types = { version = "0.1.0", path = "crates/rpc-types" }
alloy-rpc-client = { version = "0.1.0", path = "crates/rpc-client" }

alloy-primitives = { version = "0.4.2", features = ["serde"] }
alloy-primitives = { version = "0.5.1", features = ["serde"] }
alloy-rlp = "0.3"

async-trait = "0.1.74"
base64 = "0.21"
bimap = "0.6"
futures = "0.3.29"
hyper = "0.14.27"
itertools = "0.11"
itertools = "0.12"
pin-project = "1.1"
reqwest = "0.11.18"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit dee14ec

Please sign in to comment.