From b195ad81d96fce82750c915a9387aead1d66ab1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:02:46 +0000 Subject: [PATCH] build(deps): update mio requirement from 0.5 to 0.8 Updates the requirements on [mio](https://github.com/tokio-rs/mio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.5.0...v0.8.8) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/dht/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dht/Cargo.toml b/packages/dht/Cargo.toml index 90bbf4e36..2fe851cf3 100644 --- a/packages/dht/Cargo.toml +++ b/packages/dht/Cargo.toml @@ -22,7 +22,7 @@ util = { path = "../util" } crc = "3" log = "0.4" -mio = "0.5" +mio = "0.8" rand = "0.8" chrono = "0.4" error-chain = "0.12"