From 16a7086ed7e38aa8c57bd14f067b0cc955b478d3 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 17 Oct 2022 08:18:56 -0300 Subject: [PATCH] bump min webkit2gtk [skip ci] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58f033d10..e2cd959b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tempfile = "3.3.0" http-range = "0.1.5" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] -webkit2gtk = { version = "0.18", features = [ "v2_36" ] } +webkit2gtk = { version = "0.18.2", features = [ "v2_36" ] } webkit2gtk-sys = "0.18" gio = "0.15" glib = "0.15"