From a31861e11197b6bed59c88ff2b80a149d5e1852a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:43:49 +0000 Subject: [PATCH] fix(deps): update rust crate webkit2gtk to v2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 620cbbbdf8..9e3a18fc28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ raw-window-handle = { version = "0.5", features = [ "std" ] } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] javascriptcore-rs = { version = "=1.1", features = [ "v2_28" ], optional = true } -webkit2gtk = { version = "=2.0", features = [ "v2_38" ], optional = true } +webkit2gtk = { version = "=2.0.1", features = [ "v2_38" ], optional = true } webkit2gtk-sys = { version = "=2.0", optional = true } gtk = { version = "0.18", optional = true } soup3 = { version = "0.5", optional = true }