chore: bump miow from 0.3.6 to 0.3.7 (#18222)

* chore: bump miow from 0.3.6 to 0.3.7

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/yoshuawuyts/miow/releases)
- [Changelog](https://github.com/yoshuawuyts/miow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yoshuawuyts/miow/compare/v0.3.6...v0.3.7)

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

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2021-06-25 11:08:57 -06:00 committed by GitHub
parent f2a2581259
commit 767c6eb57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 13 deletions

13
Cargo.lock generated
View File

@ -2510,7 +2510,7 @@ checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log 0.4.11",
"miow 0.3.6",
"miow 0.3.7",
"ntapi",
"winapi 0.3.8",
]
@ -2535,7 +2535,7 @@ checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
dependencies = [
"log 0.4.11",
"mio 0.6.22",
"miow 0.3.6",
"miow 0.3.7",
"winapi 0.3.8",
]
@ -2564,11 +2564,10 @@ dependencies = [
[[package]]
name = "miow"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"socket2",
"winapi 0.3.8",
]
@ -2839,7 +2838,7 @@ dependencies = [
"libc",
"log 0.4.11",
"mio-named-pipes",
"miow 0.3.6",
"miow 0.3.7",
"rand 0.7.3",
"tokio 0.2.22",
"winapi 0.3.8",
@ -4544,7 +4543,7 @@ dependencies = [
"log 0.4.11",
"lru",
"matches",
"miow 0.3.6",
"miow 0.3.7",
"net2",
"num-traits",
"num_cpus",

View File

@ -31,7 +31,7 @@ itertools = "0.10.1"
libc = "0.2.97"
log = "0.4.11"
lru = "0.6.5"
miow = "0.3.6"
miow = "0.3.7"
net2 = "0.2.37"
num-traits = "0.2"
rand = "0.7.0"

View File

@ -1659,7 +1659,7 @@ checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",
"miow 0.3.6",
"miow 0.3.7",
"ntapi",
"winapi 0.3.8",
]
@ -1689,11 +1689,10 @@ dependencies = [
[[package]]
name = "miow"
version = "0.3.6"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"socket2",
"winapi 0.3.8",
]
@ -2799,7 +2798,7 @@ dependencies = [
"elf",
"itertools 0.10.1",
"log",
"miow 0.3.6",
"miow 0.3.7",
"net2",
"solana-account-decoder",
"solana-bpf-loader-program",