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:
parent
d99b8f10d0
commit
6f5b248746
|
@ -4555,7 +4555,7 @@ dependencies = [
|
|||
"log 0.4.11",
|
||||
"lru",
|
||||
"matches",
|
||||
"miow 0.2.2",
|
||||
"miow 0.3.6",
|
||||
"net2",
|
||||
"num-traits",
|
||||
"num_cpus",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue