diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-23 13:20:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 13:20:08 -0400 |
commit | c2507d95f5a196791bca83630198c064a1fb460a (patch) | |
tree | c1bfc67446f4ae06f43b6977a95225cc58d648e2 /test_util | |
parent | 218be6a269644a95bdef7fc678b5618d5d7ce9a7 (diff) |
Align cargo dependency features (#6860)
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index b9444a594..620f6b778 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -11,7 +11,7 @@ path = "src/test_server.rs" [dependencies] tokio = { version = "0.2.22", features = ["full"] } -futures = { version = "0.3.5", features = ["compat", "io-compat"] } +futures = "0.3.5" bytes = "0.5.5" lazy_static = "1.4.0" os_pipe = "0.9.2" |