diff --git a/Cargo.toml b/Cargo.toml index 0ad6b91..ddf47de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Carl Lerche "] [dependencies] futures = "0.1" -tokio-io = "0.1" +tokio-io = "0.1.3" tokio-timer = "0.1" bytes = "0.4" http = { git = "https://github.com/carllerche/http", branch = "uri-try-from-parts" } @@ -34,6 +34,3 @@ openssl = { version = "0.9.14", "features" = ["v102"] } tokio-openssl = "0.1.3" env_logger = "0.4.3" io-dump = { git = "https://github.com/carllerche/io-dump" } - -[replace] -"tokio-io:0.1.2" = { git = "https://github.com/tokio-rs/tokio-io" }