Skip to content

Commit

Permalink
chore: unconstraint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 15, 2024
1 parent 2416be1 commit 720b4c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion relay_rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ sha2 = { version = "0.10.6" }
alloy-providers = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" }
alloy-transport-http = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" }
reqwest = { version = "0.11.18", features = ["default-tls"] }
reqwest = { version = "0.11", features = ["default-tls"] }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" }
alloy-json-rpc = { git = "https://github.com/alloy-rs/alloy.git", rev = "5ed60f8" }
alloy-json-abi = "0.6"
alloy-sol-types = "0.6"
alloy-primitives = "0.6"
url = "2.5.0"

[dev-dependencies]
tokio = { version = "1.35.1", features = ["test-util", "macros"] }

0 comments on commit 720b4c9

Please sign in to comment.