From 8d82d615ef5cad567624b7ed79322d4331ec8934 Mon Sep 17 00:00:00 2001 From: Charles Pierce Date: Fri, 22 Apr 2022 15:22:35 -0700 Subject: [PATCH] v1.0.7 --- Cargo.lock | 23 +++-------------------- Cargo.toml | 2 +- RELEASES.md | 4 ++++ 3 files changed, 8 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e94a43ffe..f759f9697 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,7 +39,7 @@ dependencies = [ name = "archive" version = "0.1.0" dependencies = [ - "attohttpc 0.18.0", + "attohttpc", "cfg-if 1.0.0", "flate2", "fs-utils", @@ -62,23 +62,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "attohttpc" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e69e13a99a7e6e070bb114f7ff381e58c7ccc188630121fc4c2fe4bcf24cd072" -dependencies = [ - "flate2", - "http", - "log", - "native-tls", - "openssl", - "serde", - "serde_json", - "url", - "wildmatch", -] - [[package]] name = "attohttpc" version = "0.19.0" @@ -1966,7 +1949,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "1.0.6" +version = "1.0.7" dependencies = [ "atty", "cfg-if 1.0.0", @@ -1995,7 +1978,7 @@ name = "volta-core" version = "0.1.0" dependencies = [ "archive", - "attohttpc 0.19.0", + "attohttpc", "atty", "cfg-if 1.0.0", "chain-map", diff --git a/Cargo.toml b/Cargo.toml index 5fadfeac4..c2a1c701f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.6" +version = "1.0.7" authors = ["David Herman ", "Charles Pierce "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 2a14ec219..e29733013 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# Version 1.0.7 + +- Added build for Linux distros with OpenSSL 3.0 (#1211) + # Version 1.0.6 - Fixed panic when `stdout` is closed (#1058)