diff --git a/packages/handshake/Cargo.toml b/packages/handshake/Cargo.toml index e202d1dcf..ad1b3312b 100644 --- a/packages/handshake/Cargo.toml +++ b/packages/handshake/Cargo.toml @@ -23,7 +23,7 @@ nom = "3" rand = "0.8" tokio-core = "0.1" tokio-io = "0.1" -tokio-timer = "0.1" +tokio-timer = "0.2" [[test]] name = "test" diff --git a/packages/peer/Cargo.toml b/packages/peer/Cargo.toml index 05f2cbbff..6a0aef76b 100644 --- a/packages/peer/Cargo.toml +++ b/packages/peer/Cargo.toml @@ -28,7 +28,7 @@ error-chain = "0.12" futures = "0.1" tokio-core = "0.1" tokio-io = "0.1" -tokio-timer = "0.1" +tokio-timer = "0.2" nom = "3" [[test]]