diff --git a/Cargo.lock b/Cargo.lock index 1ef29f561..8ac30ced8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9066,7 +9066,6 @@ dependencies = [ "tauri-utils", "thiserror 2.0.12", "url", - "webkit2gtk", "webview2-com", "windows 0.61.1", ] diff --git a/crates/tauri-runtime-cef/Cargo.toml b/crates/tauri-runtime-cef/Cargo.toml index a3c03b6e5..0c921cdcb 100644 --- a/crates/tauri-runtime-cef/Cargo.toml +++ b/crates/tauri-runtime-cef/Cargo.toml @@ -10,7 +10,7 @@ edition.workspace = true rust-version.workspace = true [dependencies] -tauri-runtime = { version = "2.9.1", path = "../tauri-runtime" } +tauri-runtime = { version = "2.9.2", path = "../tauri-runtime" } tauri-utils = { version = "2.8.0", path = "../tauri-utils", features = [ "html-manipulation", ] } diff --git a/crates/tauri-runtime/Cargo.toml b/crates/tauri-runtime/Cargo.toml index f0ecde7b3..4ff47078f 100644 --- a/crates/tauri-runtime/Cargo.toml +++ b/crates/tauri-runtime/Cargo.toml @@ -44,7 +44,6 @@ webview2-com = "0.38" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] gtk = { version = "0.18", features = ["v3_24"] } -webkit2gtk = { version = "=2.0", features = ["v2_40"] } [target."cfg(target_os = \"android\")".dependencies] jni = "0.21"