diff --git a/Cargo.lock b/Cargo.lock index dc984f68..6917298f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,9 +941,9 @@ dependencies = [ [[package]] name = "native-tls" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" +checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d" dependencies = [ "lazy_static", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0668133c..f0a406c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ process_control = { version = "3.1.0", features = ["crossbeam-channel"] } # Optional/http: attohttpc = { version = "0.17.0", optional = true, default-features = false, features = ["tls", "form"] } -native-tls = { version = "0.2.7", optional = true } +native-tls = { version = "0.2.8", optional = true } shell-words = "1.0.0" [target.'cfg(windows)'.dependencies]