Skip to content

Commit

Permalink
fix: downgrade future-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jqphu committed Mar 20, 2023
1 parent 5b2e8a1 commit 56b2520
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -81,11 +81,11 @@ ethers-derive-eip712 = { version = "2.0.0", path = "ethers-core/ethers-derive-ei
# async / async utils
tokio = "1.26"
tokio-tungstenite = { version = "0.18.0", default-features = false }
futures = { version = "0.3.27", default-features = false, features = ["std"] }
futures-core = "0.3.27"
futures-util = "0.3.27"
futures-executor = "0.3.27"
futures-channel = "0.3.27"
futures = { version = "0.3.25", default-features = false, features = ["std"] }
futures-core = "0.3.25"
futures-util = "0.3.25"
futures-executor = "0.3.25"
futures-channel = "0.3.25"
futures-locks = { version = "0.7.1", default-features = false }
futures-timer = { version = "3.0.2", default-features = false, features = ["wasm-bindgen"] }
pin-project = "1.0"
Expand Down

0 comments on commit 56b2520

Please sign in to comment.