From 769dcf2d3f1afbb4c2f3f3e8d37b51183d839951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 14:59:01 -0500 Subject: [PATCH] fix(deps): update rust crate attohttpc to 0.8.0 (#261) Co-authored-by: Renovate Bot --- cli/tauri-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tauri-cli/Cargo.toml b/cli/tauri-cli/Cargo.toml index 3a5b1edf6..495c60917 100644 --- a/cli/tauri-cli/Cargo.toml +++ b/cli/tauri-cli/Cargo.toml @@ -34,7 +34,7 @@ uuid = { version = "0.8", features = ["v5"] } walkdir = "2" [target.'cfg(target_os = "windows")'.dependencies] -attohttpc = { version = "0.7.0" } +attohttpc = { version = "0.8.0" } [target.'cfg(not(target_os = "linux"))'.dependencies] handlebars = { version = "2.0" }