From 4caccc65f5221b2c3ac0828c0207a62793239c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 21:08:27 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20miow=20from=200.2.1=20to=200.2.2=20in=20?= =?UTF-8?q?/=EC=86=90=EC=A0=95=EC=9A=B0/2020-03/2020-03-18/chat=5Fclient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- .../2020-03/2020-03-18/chat_client/Cargo.lock" | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git "a/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" "b/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" index ccfaebb0..baa3181e 100644 --- "a/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" +++ "b/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "arc-swap" version = "0.4.4" @@ -243,9 +245,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", @@ -255,9 +257,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.33" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" +checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" dependencies = [ "cfg-if", "libc",