From 1922f2f307782e2b0a76c34152dd958fd4613aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:33:39 +0000 Subject: [PATCH] Bump nb-connect from 1.0.1 to 1.2.0 in /kompact Bumps [nb-connect](https://github.com/smol-rs/nb-connect) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/smol-rs/nb-connect/releases) - [Changelog](https://github.com/smol-rs/nb-connect/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/nb-connect/compare/v1.0.1...v1.2.0) --- updated-dependencies: - dependency-name: nb-connect dependency-type: indirect ... Signed-off-by: dependabot[bot] --- kompact/Cargo.lock | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/kompact/Cargo.lock b/kompact/Cargo.lock index a2a55c62..fa321704 100644 --- a/kompact/Cargo.lock +++ b/kompact/Cargo.lock @@ -1219,9 +1219,9 @@ source = "git+https://github.com/haraldng/leaderpaxos#974b7ff24519b062a17faee5eb [[package]] name = "libc" -version = "0.2.77" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "lock_api" @@ -1371,18 +1371,18 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" dependencies = [ - "socket2", + "socket2 0.3.15", "winapi 0.3.9", ] [[package]] name = "nb-connect" -version = "1.0.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701f47aeb98466d0a7fea67e2c2f667c33efa1f2e4fd7f76743aac1153196f72" +checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15" dependencies = [ "libc", - "winapi 0.3.9", + "socket2 0.4.4", ] [[package]] @@ -2254,6 +2254,16 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "socket2" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +dependencies = [ + "libc", + "winapi 0.3.9", +] + [[package]] name = "stable_deref_trait" version = "1.2.0"