From ce8fddb4648d6421579d43c7dd44959bc57a74e0 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 2 Feb 2026 20:15:02 +0100 Subject: [PATCH] chore(deps): unlock webkit2gtk patch version (#14873) --- .changes/unlock-webkitgtkrs.md | 5 +++++ crates/tauri/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unlock-webkitgtkrs.md diff --git a/.changes/unlock-webkitgtkrs.md b/.changes/unlock-webkitgtkrs.md new file mode 100644 index 000000000..e23c12146 --- /dev/null +++ b/.changes/unlock-webkitgtkrs.md @@ -0,0 +1,5 @@ +--- +tauri: patch:deps +--- + +Unlocked version range for webkit2gtk-rs dependency. diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 609f0ceab..2c54a53b7 100644 --- a/crates/tauri/Cargo.toml +++ b/crates/tauri/Cargo.toml @@ -97,7 +97,7 @@ tray-icon = { version = "0.21", default-features = false, features = [ # linux [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.2", features = ["v2_40"], optional = true } +webkit2gtk = { version = "2", features = ["v2_40"], optional = true } # darwin [target.'cfg(target_vendor = "apple")'.dependencies]