From 57cae48f33ce8e4a56e953a543a167846026e57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:32:34 -0500 Subject: [PATCH] build(deps): bump miow from 0.2.1 to 0.2.2 in /examples (#92) Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. - [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.1...0.2.2) --- updated-dependencies: - dependency-name: miow dependency-type: indirect ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 8cc2834..e2606d9 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -887,9 +887,9 @@ dependencies = [ [[package]] name = "miow" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" +checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" dependencies = [ "kernel32-sys", "net2", @@ -899,9 +899,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.34" +version = "0.2.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" dependencies = [ "cfg-if 0.1.10", "libc",