Skip to content

Commit

Permalink
chore: bump alloy-core (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr authored Apr 3, 2024
1 parent 3c8a2e4 commit 86bede6
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 @@ -20,8 +20,8 @@ all-features = true

[dependencies]
alloy-chains = "0.1"
alloy-json-abi = { version = "0.6", default-features = false, features = ["std", "serde_json"] }
alloy-primitives = { version = "0.6", default-features = false, features = ["std", "serde"] }
alloy-json-abi = { version = "0.7", default-features = false, features = ["std", "serde_json"] }
alloy-primitives = { version = "0.7", default-features = false, features = ["std", "serde"] }

reqwest = { version = "0.12", default-features = false, features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 86bede6

Please sign in to comment.