From 43f8d4d7e29f8acc58a1f02b12b2df580611e155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:29:43 +0000 Subject: [PATCH] Bump tokio-rustls from 0.13.0 to 0.13.1 in /native Bumps [tokio-rustls](https://github.com/tokio-rs/tls) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/tokio-rs/tls/releases) - [Commits](https://github.com/tokio-rs/tls/commits) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: indirect ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index c91ad21..b13f6c0 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 = "aho-corasick" version = "0.7.10" @@ -1365,9 +1367,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4adb8b3e5f86b707f1b54e7c15b6de52617a823608ccda98a15d3a24222f265a" +checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4" dependencies = [ "futures-core", "rustls",