chore: bump miow from 0.2.2 to 0.3.6 (#18000)

* chore: bump miow from 0.2.2 to 0.3.6

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.2 to 0.3.6.
- [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/0.2.2...v0.3.6)

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

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-16 12:30:17 -06:00 committed by GitHub
parent d99b8f10d0
commit 6f5b248746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -4555,7 +4555,7 @@ dependencies = [
"log 0.4.11",
"lru",
"matches",
"miow 0.2.2",
"miow 0.3.6",
"net2",
"num-traits",
"num_cpus",

View File

@ -31,7 +31,7 @@ itertools = "0.10.1"
libc = "0.2.81"
log = "0.4.11"
lru = "0.6.1"
miow = "0.2.2"
miow = "0.3.6"
net2 = "0.2.37"
num-traits = "0.2"
rand = "0.7.0"

View File

@ -2834,7 +2834,7 @@ dependencies = [
"elf",
"itertools 0.10.1",
"log",
"miow 0.2.2",
"miow 0.3.6",
"net2",
"solana-account-decoder",
"solana-bpf-loader-program",

View File

@ -24,7 +24,7 @@ byteorder = "1.3.2"
elf = "0.0.10"
itertools = "0.10.1"
log = "0.4.11"
miow = "0.2.2"
miow = "0.3.6"
net2 = "0.2.37"
solana-bpf-loader-program = { path = "../bpf_loader", version = "=1.8.0" }
solana-cli-output = { path = "../../cli-output", version = "=1.8.0" }