From 6f5b2487460e6792ba50b2eedb9979f890a7b75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 12:30:17 -0600 Subject: [PATCH] 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] * Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyera Eulberg --- Cargo.lock | 2 +- core/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 2 +- programs/bpf/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 254bfefed1..3028ff58d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4555,7 +4555,7 @@ dependencies = [ "log 0.4.11", "lru", "matches", - "miow 0.2.2", + "miow 0.3.6", "net2", "num-traits", "num_cpus", diff --git a/core/Cargo.toml b/core/Cargo.toml index 502b7415c0..614caad8b1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 35a7d38081..05b9f301e8 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -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", diff --git a/programs/bpf/Cargo.toml b/programs/bpf/Cargo.toml index 662b284137..fadbfb9737 100644 --- a/programs/bpf/Cargo.toml +++ b/programs/bpf/Cargo.toml @@ -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" }