From 4d773636153d961d26e8cce77b653b5335eeca4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 22:54:20 +0200 Subject: [PATCH] chore(deps): bump tauri from 1.1.2 to 1.1.3 in /examples/vanilla/src-tauri (#25) Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.1.2...tauri-v1.1.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> --- examples/vanilla/src-tauri/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vanilla/src-tauri/Cargo.lock b/examples/vanilla/src-tauri/Cargo.lock index 00893bd5..588ea9a6 100644 --- a/examples/vanilla/src-tauri/Cargo.lock +++ b/examples/vanilla/src-tauri/Cargo.lock @@ -2914,9 +2914,9 @@ dependencies = [ [[package]] name = "tauri" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd70f7271a28543e58f96d6ba8795e773c4781ef460f6686b30e73570236964" +checksum = "2643e2769a6bf922c274a0e6828a7dd20f9fa6d0fe4e04775d0a7eae81f82d37" dependencies = [ "anyhow", "attohttpc",