From 2efdaf5283c48755a61762c412b43a8d48ae221e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:40:29 -0300 Subject: [PATCH] chore(deps) Update Rust crate thiserror to 1.0.30 (#2741) Co-authored-by: Renovate Bot --- core/tauri-utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index e4ca5a182..bbab60c51 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -thiserror = "1.0.29" +thiserror = "1.0.30" phf = { version = "0.10", features = [ "macros" ] } zstd = "0.9" url = { version = "2.2", features = [ "serde" ] }