From c13c3f405cd4b129d1cb8aff31a6cf9e720ffa81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 15:42:59 -0300 Subject: [PATCH] chore(deps) Update Rust crate anyhow to 1.0.35 (#1109) Co-authored-by: Renovate Bot --- tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index f249f35ab..1d86d6150 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -29,7 +29,7 @@ lazy_static = "1.4.0" tiny_http = { version = "0.7", optional = true } threadpool = "1.8" uuid = { version = "0.8.1", features = [ "v4" ] } -anyhow = "1.0.34" +anyhow = "1.0.35" thiserror = "1.0.22" envmnt = "0.8.4" once_cell = "1.5.2"