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"