From f22ccc975363afc1f56b2f5ffef24f7388dbbc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:25:08 +0000 Subject: [PATCH] fix(deps): update rust crate webkit2gtk-sys to v2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5f5bbbcb8..14875d5bd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ base64 = "0.21" [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" ] } webkit2gtk = { version = "=2.0", features = [ "v2_38" ] } -webkit2gtk-sys = "=2.0" +webkit2gtk-sys = "=2.0.1" gtk = "0.18" soup3 = "0.5" winit = { version = "0.29", package = "winit-gtk", features = [ "serde" ], optional = true }