From 638bfff2bf9e46d3c55e77581edcb28515832468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:21:57 +0000 Subject: [PATCH] chore(deps): bump quinn from 0.6.1 to 0.6.2 in /native Bumps [quinn](https://github.com/quinn-rs/quinn) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/commits) --- updated-dependencies: - dependency-name: quinn dependency-type: indirect ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index eb9212c..7e03b10 100644 --- a/native/Cargo.lock +++ b/native/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.13.0" @@ -1744,9 +1746,9 @@ dependencies = [ [[package]] name = "quinn" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88de58d76d8f82fb28e5c89302119c102bb5b9ce57b034186b559b63ba147a0f" +checksum = "8a626bb32aee973667aff87a9f5187bd076a78a09f79c262f78ab260b9ba0077" dependencies = [ "bytes 0.5.6", "err-derive", @@ -1755,6 +1757,7 @@ dependencies = [ "mio", "quinn-proto", "rustls", + "socket2", "tokio", "tracing", "webpki",