Bump version to v0.1.17 (#321)

diff --git a/Cargo.toml b/Cargo.toml
index 4627a00..ffc69a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "tokio-core"
-version = "0.1.16"
+version = "0.1.17"
 authors = ["Carl Lerche <me@carllerche.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/tokio-rs/tokio-core"
@@ -24,10 +24,10 @@
 iovec = "0.1"
 tokio-io = "0.1"
 tokio = "0.1.5"
-tokio-executor = "0.1.1"
+tokio-executor = "0.1.2"
 tokio-reactor = "0.1.1"
 tokio-timer = "0.2.1"
-futures = "0.1.19"
+futures = "0.1.21"
 
 [dev-dependencies]
 env_logger = { version = "0.4", default-features = false }
diff --git a/src/lib.rs b/src/lib.rs
index 23681d8..f080a08 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -89,7 +89,7 @@
 //! }
 //! ```
 
-#![doc(html_root_url = "https://docs.rs/tokio-core/0.1.16")]
+#![doc(html_root_url = "https://docs.rs/tokio-core/0.1.17")]
 #![deny(missing_docs)]
 #![deny(warnings)]
 #![cfg_attr(test, allow(deprecated))]