mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-17 19:07:12 +02:00
update tauri to cef/wry feature flag removal
This commit is contained in:
Generated
+39
-26
@@ -235,6 +235,8 @@ dependencies = [
|
||||
"tauri-plugin-updater",
|
||||
"tauri-plugin-upload",
|
||||
"tauri-plugin-window-state",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
"time",
|
||||
"tiny_http",
|
||||
]
|
||||
@@ -248,6 +250,8 @@ dependencies = [
|
||||
"tauri",
|
||||
"tauri-build 2.5.4",
|
||||
"tauri-plugin-updater",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
"time",
|
||||
"tiny_http",
|
||||
]
|
||||
@@ -261,6 +265,8 @@ dependencies = [
|
||||
"tauri",
|
||||
"tauri-build 2.5.4",
|
||||
"tauri-plugin-updater",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
"tiny_http",
|
||||
]
|
||||
|
||||
@@ -273,6 +279,8 @@ dependencies = [
|
||||
"tauri",
|
||||
"tauri-build 2.5.4",
|
||||
"tauri-plugin-store",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1495,6 +1503,8 @@ dependencies = [
|
||||
"tauri-plugin-deep-link",
|
||||
"tauri-plugin-log",
|
||||
"tauri-plugin-single-instance",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1715,9 +1725,9 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
||||
|
||||
[[package]]
|
||||
name = "download-cef"
|
||||
version = "2.3.0"
|
||||
version = "2.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6002a6b95f9f3bbe5693ac02a03221a8e3af6c9f5f4539f5734a8d6cde1a3616"
|
||||
checksum = "d7471a7d5d3bd8df1b3b75871f0317d8a6dd73270ab861cc97ae7907ee63e554"
|
||||
dependencies = [
|
||||
"bzip2",
|
||||
"clap",
|
||||
@@ -6045,6 +6055,8 @@ dependencies = [
|
||||
"tauri-build 2.5.4",
|
||||
"tauri-plugin-cli",
|
||||
"tauri-plugin-single-instance",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6680,8 +6692,8 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.10.2"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.10.3"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@@ -6716,19 +6728,15 @@ dependencies = [
|
||||
"serialize-to-javascript",
|
||||
"specta",
|
||||
"swift-rs",
|
||||
"tauri-build 2.5.5",
|
||||
"tauri-build 2.5.6",
|
||||
"tauri-macros",
|
||||
"tauri-runtime",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
"tauri-utils",
|
||||
"thiserror 2.0.12",
|
||||
"tokio",
|
||||
"tray-icon",
|
||||
"url",
|
||||
"uuid",
|
||||
"webkit2gtk",
|
||||
"webview2-com",
|
||||
"window-vibrancy",
|
||||
"windows 0.61.1",
|
||||
]
|
||||
@@ -6759,8 +6767,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-build"
|
||||
version = "2.5.5"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.5.6"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_toml",
|
||||
@@ -6806,8 +6814,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-codegen"
|
||||
version = "2.5.4"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.5.5"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"ico",
|
||||
@@ -6831,21 +6839,21 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-macros"
|
||||
version = "2.5.4"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.5.5"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"heck 0.5.0",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.100",
|
||||
"tauri-codegen 2.5.4",
|
||||
"tauri-codegen 2.5.5",
|
||||
"tauri-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tauri-plugin"
|
||||
version = "2.5.3"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.5.4"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"glob",
|
||||
@@ -7352,8 +7360,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime"
|
||||
version = "2.10.0"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.10.1"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"cookie",
|
||||
"dpi",
|
||||
@@ -7374,7 +7382,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tauri-runtime-cef"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"cef",
|
||||
@@ -7392,6 +7400,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"tauri",
|
||||
"tauri-runtime",
|
||||
"tauri-utils",
|
||||
"url",
|
||||
@@ -7401,8 +7410,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime-wry"
|
||||
version = "2.10.0"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.10.1"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"gtk",
|
||||
"http",
|
||||
@@ -7410,13 +7419,15 @@ dependencies = [
|
||||
"log",
|
||||
"objc2 0.6.3",
|
||||
"objc2-app-kit",
|
||||
"objc2-foundation 0.3.0",
|
||||
"objc2-web-kit",
|
||||
"once_cell",
|
||||
"percent-encoding",
|
||||
"raw-window-handle",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"softbuffer",
|
||||
"tao",
|
||||
"tauri",
|
||||
"tauri-runtime",
|
||||
"tauri-utils",
|
||||
"url",
|
||||
@@ -7428,8 +7439,8 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-utils"
|
||||
version = "2.8.2"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=feat/cef#a4ea9711569e1143896d32cf53e99fc9742a95ab"
|
||||
version = "2.8.3"
|
||||
source = "git+https://github.com/tauri-apps/tauri.git?branch=refactor/runtime-feature-flag#4fce1df9269a8b4ae1a88d133c1c4e6584da2eff"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
@@ -8605,6 +8616,8 @@ dependencies = [
|
||||
"tauri",
|
||||
"tauri-build 2.5.4",
|
||||
"tauri-plugin-websocket",
|
||||
"tauri-runtime-cef",
|
||||
"tauri-runtime-wry",
|
||||
"tokio",
|
||||
"tokio-tungstenite",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user