From d4a1b1fbad1dac96853cd281bbb1a326101e104e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:43:38 +0000 Subject: [PATCH] build(deps): update tokio-timer requirement from 0.1 to 0.2 Updates the requirements on [tokio-timer](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/0.1.0...tokio-0.2.13) --- updated-dependencies: - dependency-name: tokio-timer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/handshake/Cargo.toml | 2 +- packages/peer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]]