Bump tauri from 1.2.4 to 1.2.5 in /src-tauri
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.2.4...tauri-v1.2.5) --- updated-dependencies: - dependency-name: tauri dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									afe42b883a
								
							
						
					
					
						commit
						143fb2a5e3
					
				| 
						 | 
					@ -2317,9 +2317,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",
 | 
				
			||||||
 "cocoa",
 | 
					 "cocoa",
 | 
				
			||||||
| 
						 | 
					@ -2417,9 +2417,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",
 | 
				
			||||||
| 
						 | 
					@ -2430,6 +2430,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",
 | 
				
			||||||
| 
						 | 
					@ -2437,9 +2438,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",
 | 
				
			||||||
| 
						 | 
					@ -2448,6 +2449,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",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@ tauri-build = { version = "1.2.1", features = [] }
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
serde_json = "1.0"
 | 
					serde_json = "1.0"
 | 
				
			||||||
serde = { version = "1.0", features = ["derive"] }
 | 
					serde = { version = "1.0", features = ["derive"] }
 | 
				
			||||||
tauri = { version = "1.2.4", features = [] }
 | 
					tauri = { version = "1.2.5", features = [] }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[features]
 | 
					[features]
 | 
				
			||||||
# by default Tauri runs in production mode
 | 
					# by default Tauri runs in production mode
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue