From f7a55dde8e6266b4fcd448f5f0f0c19903fdeef7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 05:49:08 +0000 Subject: [PATCH] build(deps): bump native-tls from 0.2.6 to 0.2.7 Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/sfackler/rust-native-tls/releases) - [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/rust-native-tls/compare/v0.2.6...v0.2.7) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4db2921a..eaf232d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -672,9 +672,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f" +checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" dependencies = [ "lazy_static", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0a9f646e..aba53985 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ which = "4.0.2" # Optional/http: attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] } -native-tls = { version = "0.2.6", optional = true } +native-tls = { version = "0.2.7", optional = true } shell-words = "1.0.0" [target.'cfg(windows)'.dependencies]