chore: bump mio from 0.7.6 to 0.7.11 (#17872)

* chore: bump mio from 0.7.6 to 0.7.11

Bumps [mio](https://github.com/tokio-rs/mio) from 0.7.6 to 0.7.11.
- [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/commits)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot]
2021-06-10 19:15:34 +00:00
committed by GitHub
parent 527b07966f
commit 4a146b6a19
6 changed files with 18 additions and 18 deletions

View File

@@ -1708,9 +1708,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.7"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
dependencies = [
"libc",
"log",
@@ -2745,7 +2745,7 @@ dependencies = [
"borsh 0.9.0",
"borsh-derive 0.9.0",
"futures 0.3.12",
"mio 0.7.7",
"mio 0.7.11",
"solana-banks-interface",
"solana-program 1.8.0",
"solana-sdk",
@@ -2758,7 +2758,7 @@ dependencies = [
name = "solana-banks-interface"
version = "1.8.0"
dependencies = [
"mio 0.7.7",
"mio 0.7.11",
"serde",
"solana-sdk",
"tarpc",
@@ -2771,7 +2771,7 @@ dependencies = [
"bincode",
"futures 0.3.12",
"log",
"mio 0.7.7",
"mio 0.7.11",
"solana-banks-interface",
"solana-metrics",
"solana-runtime",
@@ -3432,7 +3432,7 @@ dependencies = [
"chrono",
"chrono-humanize",
"log",
"mio 0.7.7",
"mio 0.7.11",
"serde",
"serde_derive",
"solana-banks-client",
@@ -3995,7 +3995,7 @@ dependencies = [
"bytes 1.0.1",
"libc",
"memchr",
"mio 0.7.7",
"mio 0.7.11",
"num_cpus",
"once_cell",
"parking_lot 0.11.1",