From d7f9abec06b82a2f2111bf371ecd706d08c4545c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 00:44:21 -0300 Subject: [PATCH] chore(deps) Update Rust crate attohttpc to 0.16.3 (#1279) Co-authored-by: Renovate Bot --- cli/tauri-bundler/Cargo.lock | 4 ++-- cli/tauri-bundler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/tauri-bundler/Cargo.lock b/cli/tauri-bundler/Cargo.lock index 5555b2305..c047b0746 100644 --- a/cli/tauri-bundler/Cargo.lock +++ b/cli/tauri-bundler/Cargo.lock @@ -44,9 +44,9 @@ checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1" [[package]] name = "attohttpc" -version = "0.16.1" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5b30bf3a0aead269fd5dd69b385a3e90c2b55f4f215d1bdf52c3883f5fa7fa" +checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247" dependencies = [ "flate2", "http", diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 3b1c87d1f..8d7380143 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -38,7 +38,7 @@ lazy_static = { version = "1.4" } handlebars = { version = "3.5" } [target."cfg(target_os = \"windows\")".dependencies] -attohttpc = { version = "0.16.1" } +attohttpc = { version = "0.16.3" } regex = { version = "1" } runas = "0.2" uuid = { version = "0.8", features = [ "v5" ] }