From c68d0b9fd3c6c144f6a29e664f5637c905121c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 19:34:03 +0000 Subject: [PATCH] build(deps): bump tauri from 1.0.5 to 1.0.6 in /src-tauri Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.5...tauri-v1.0.6) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 864f509..cff6b0a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2731,9 +2731,9 @@ dependencies = [ [[package]] name = "tauri" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a56a8b125069c2682bd31610109b4436c050c74447bee1078217a0325c1add" +checksum = "c0aa6a88d71e2be58d0ef063eaa51af33f71b45a7e948afef21ef0152509ba47" dependencies = [ "anyhow", "attohttpc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c422739..f451f6b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,7 +26,7 @@ tauri-build = { version = "1.0.0", features = [] } discord-rich-presence = "0.2.2" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.0.0", features = ["api-all"] } +tauri = { version = "1.0.6", features = ["api-all"] } [features] default = [ "custom-protocol" ]