Skip to content

Commit 07b307f

Browse files
committed
Fix: remove uneeded futures crate
1 parent 7ff5823 commit 07b307f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapter/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ sha2 = "0.8.0"
2525
base64 = "0.10.1"
2626
lazy_static = "1.4.0"
2727
# Futures
28-
futures_legacy = { version = "0.3.1", package = "futures" }
29-
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"]}
28+
futures = { version = "0.3.1", features = ["compat"] }
3029

3130
[dev-dependencies]
3231
byteorder = "1.3"

0 commit comments

Comments
 (0)