From 14cc2049a871d1dc610b1f79e9b4a8125691c54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:27:18 +0000 Subject: [PATCH] Update mio requirement from 0.6.17 to 0.8.9 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.6.17...v0.8.9) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- neqo-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neqo-server/Cargo.toml b/neqo-server/Cargo.toml index 6f2f25afdd..e92bf574be 100644 --- a/neqo-server/Cargo.toml +++ b/neqo-server/Cargo.toml @@ -14,7 +14,7 @@ neqo-http3 = { path = "./../neqo-http3" } neqo-qpack = { path = "./../neqo-qpack" } structopt = "0.3.7" regex = "1" -mio = "0.6.17" +mio = "0.8.9" mio-extras = "2.0.5" log = {version = "0.4.0", default-features = false} qlog = "0.9.0"