summaryrefslogtreecommitdiffstats
path: root/tokio-util/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-util/Cargo.toml')
-rw-r--r--tokio-util/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml
index 1d1c566a..034dcd02 100644
--- a/tokio-util/Cargo.toml
+++ b/tokio-util/Cargo.toml
@@ -23,15 +23,15 @@ categories = ["asynchronous"]
tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
bytes = "0.4.7"
-futures-core-preview = "=0.3.0-alpha.19"
-futures-sink-preview = "=0.3.0-alpha.19"
+futures-core = "0.3.0"
+futures-sink = "0.3.0"
log = "0.4"
[dev-dependencies]
tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
tokio-test = { version = "=0.2.0-alpha.6", path = "../tokio-test" }
-futures-util-preview = "=0.3.0-alpha.19"
+futures-util = "0.3.0"
[package.metadata.docs.rs]
all-features = true