From 4ae09340daa3f91285316d228a9a08b171a564b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:33:51 +0000 Subject: [PATCH] Bump nb-connect from 1.0.2 to 1.2.0 in /android/app/src/main/rust Bumps [nb-connect](https://github.com/smol-rs/nb-connect) from 1.0.2 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.2...v1.2.0) --- updated-dependencies: - dependency-name: nb-connect dependency-type: indirect ... Signed-off-by: dependabot[bot] --- android/app/src/main/rust/Cargo.lock | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/android/app/src/main/rust/Cargo.lock b/android/app/src/main/rust/Cargo.lock index 4b2f6133..0a923c2f 100644 --- a/android/app/src/main/rust/Cargo.lock +++ b/android/app/src/main/rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.0" @@ -1290,9 +1292,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.80" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libgit2-sys" @@ -1667,7 +1669,7 @@ dependencies = [ "ipnet", "libp2p-core", "log", - "socket2", + "socket2 0.3.15", ] [[package]] @@ -1947,12 +1949,12 @@ dependencies = [ [[package]] name = "nb-connect" -version = "1.0.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" +checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15" dependencies = [ "libc", - "winapi", + "socket2 0.4.4", ] [[package]] @@ -2722,6 +2724,16 @@ dependencies = [ "winapi", ] +[[package]] +name = "socket2" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" +dependencies = [ + "libc", + "winapi", +] + [[package]] name = "soketto" version = "0.4.2"