From 688f4a1e4557cf4f8554c68dc312c75167f2cf83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 12:14:28 -0300 Subject: [PATCH] chore(deps) Update Rust crate attohttpc to 0.14.0 (#649) Co-authored-by: Renovate Bot --- tauri-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index d9af08d69..508dbd0a8 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -26,7 +26,7 @@ anyhow = "1.0.31" thiserror = "1.0.19" rand = "0.7" nfd = "0.0.4" -attohttpc = {version = "0.13.0", features=["json", "form" ]} +attohttpc = {version = "0.14.0", features=["json", "form" ]} http = "0.2" tauri-utils = {version = "0.5", path = "../tauri-utils"}