From 13b0b65c38f908b96b58e8659622e6b18a0ba3e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:05:50 +0200 Subject: [PATCH] deps(rust): patch update rust crate tauri to v2.0.5 (#49) | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | tauri | 2.0.4 | 2.0.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdd4741..d3310d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3060,9 +3060,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tauri" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44438500b50708bfc1e6083844e135d1b516325aae58710dcd8fb67e050ae87c" +checksum = "5ce2818e803ce3097987296623ed8c0d9f65ed93b4137ff9a83e168bdbf62932" dependencies = [ "anyhow", "bytes",