From 7fafc4e51a7261f87caddf7a9c0c964cae7ce9f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 11:07:01 +0300 Subject: [PATCH] fix(deps): update rust crate reqwest to 0.11.4 (#480) Co-authored-by: Renovate Bot --- Cargo.lock | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c41354a..9ce7b34 100644 --- a/Cargo.lock +++ b/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.14.1" @@ -1334,9 +1336,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124" +checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index f56533f..93b6b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager" serde = { version = "1.0.126", features = ["derive"] } clap = "2.33.3" structopt = "0.3.21" -reqwest = { version = "0.11.3", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } +reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } serde_json = "1.0.64" chrono = { version = "0.4.19", features = ["serde"] } tar = "0.4.35"