Merge pull request #14 from BTMuli/dependabot/cargo/src-tauri/tauri-1.2.5

build(deps): bump tauri from 1.2.4 to 1.2.5 in /src-tauri
This commit is contained in:
BTMuli
2023-05-04 08:05:43 +08:00
committed by GitHub

14
src-tauri/Cargo.lock generated
View File

@@ -3450,9 +3450,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri" name = "tauri"
version = "1.2.4" version = "1.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7e0f1d535e7cbbbab43c82be4fc992b84f9156c16c160955617e0260ebc449" checksum = "e3a1fe72365a6d860fddf3403934649a5157b2bbb6f0b50dd3a8858cd1a22412"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"attohttpc", "attohttpc",
@@ -3591,9 +3591,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime" name = "tauri-runtime"
version = "0.12.1" version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c507d954d08ac8705d235bc70ec6975b9054fb95ff7823af72dbb04186596f3b" checksum = "dc36898ad4acb6c381878acf903c320a36cf29b68b74f6e791d6045b6557128c"
dependencies = [ dependencies = [
"gtk", "gtk",
"http", "http",
@@ -3604,6 +3604,7 @@ dependencies = [
"serde_json", "serde_json",
"tauri-utils", "tauri-utils",
"thiserror", "thiserror",
"url",
"uuid 1.3.0", "uuid 1.3.0",
"webview2-com", "webview2-com",
"windows 0.39.0", "windows 0.39.0",
@@ -3611,9 +3612,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime-wry" name = "tauri-runtime-wry"
version = "0.12.2" version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36b1c5764a41a13176a4599b5b7bd0881bea7d94dfe45e1e755f789b98317e30" checksum = "e2ebc22bc5566ba33310744fadd86709fa591ed163491b165855474523ac1aab"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"gtk", "gtk",
@@ -3622,6 +3623,7 @@ dependencies = [
"raw-window-handle", "raw-window-handle",
"tauri-runtime", "tauri-runtime",
"tauri-utils", "tauri-utils",
"url",
"uuid 1.3.0", "uuid 1.3.0",
"webkit2gtk", "webkit2gtk",
"webview2-com", "webview2-com",