From 254453f98a9e8ca1c3a7ee397c1343d59acdd095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 07:48:00 -0300 Subject: [PATCH] chore(deps) Update Tauri API (#1123) Co-authored-by: Renovate Bot --- tauri-api/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 1c3e7a200..57c63112d 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -25,9 +25,9 @@ tempfile = "3" either = "1.6.1" tar = "0.4" flate2 = "1" -anyhow = "1.0.35" -thiserror = "1.0.22" -rand = "0.7" +anyhow = "1.0.37" +thiserror = "1.0.23" +rand = "0.8" nfd = "0.0.4" tauri-dialog = "0.1.0" attohttpc = { version = "0.16.0", features = [ "json", "form" ] }