From ee0204c8b7b5b44fd5431fecd4cb3a3b3d0efa2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 02:21:06 -0500 Subject: [PATCH] chore(deps) Update Rust crate attohttpc to 0.11.1 (#357) Co-authored-by: WhiteSource Renovate --- 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 8faf98482..f5442afde 100644 --- a/cli/tauri-cli/Cargo.toml +++ b/cli/tauri-cli/Cargo.toml @@ -36,7 +36,7 @@ walkdir = "2" tauri-utils = {version = "0.3", path = "../../tauri-utils"} [target.'cfg(target_os = "windows")'.dependencies] -attohttpc = { version = "0.10.1" } +attohttpc = { version = "0.11.1" } regex = { version = "1" } [target.'cfg(not(target_os = "linux"))'.dependencies]