From 7b975dc2f3a4e4159426ac095d987e207d96cd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 03:04:09 +0000 Subject: [PATCH] Bump mio from 0.7.11 to 0.7.13 Bumps [mio](https://github.com/tokio-rs/mio) from 0.7.11 to 0.7.13. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/v0.7.13/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.7.11...v0.7.13) --- updated-dependencies: - dependency-name: mio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a17fa7..372e6db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -617,9 +617,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.7.11" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" +checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" dependencies = [ "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index 31bafff..f4302ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rand = { version = "0.8.3", package = "rand" } rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek sqlite = "0.26.0" uuid = { version = "0.8.2", features = ["serde", "v4"] } -mio = { version = "0.7.11", features = ["os-poll", "net"] } +mio = { version = "0.7.13", features = ["os-poll", "net"] } derive_more = "0.99.14" lazy_static = "1.4.0"