From 8e128e72ef9245f7e519ff285a75b3c46c7de5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 23:43:21 +0200 Subject: [PATCH] Bump tauri from 1.2.2 to 1.2.3 in /src-tauri (#21) Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.2.2...tauri-v1.2.3) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a522332..dc3b956 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2621,9 +2621,9 @@ dependencies = [ [[package]] name = "tauri" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8ea1d785ab2164373703817bff144c4610a69ad3f659becaca0e1ea004b98d8" +checksum = "5b48820ee3bb6a5031a83b2b6e11f8630bdc5a2f68cb841ab8ebc7a15a916679" dependencies = [ "anyhow", "attohttpc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3fff9b5..b71bc91 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" sha2 = "0.10.6" tauri-plugin-window-state = { git = "https://github.com/tauri-apps/tauri-plugin-window-state", branch = "dev" } serde = { version = "1.0", features = ["derive"] } -tauri = { version = "1.2.2", features = ["api-all", "devtools"] } +tauri = { version = "1.2.3", features = ["api-all", "devtools"] } [features] # by default Tauri runs in production mode