diff --git a/Cargo.toml b/Cargo.toml index 620cbbbdf..5190e9e03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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-sys = { version = "=2.0", optional = true } +webkit2gtk-sys = { version = "=2.0.1", optional = true } gtk = { version = "0.18", optional = true } soup3 = { version = "0.5", optional = true } x11-dl = { version = "2.9", optional = true }