diff --git a/Cargo.toml b/Cargo.toml index 1d0431e176..74d54b9b4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ http = "0.2" 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 } +javascriptcore-rs = { version = "=1.1.2", features = ["v2_28"], optional = true } webkit2gtk = { version = "=2.0", features = ["v2_38"], optional = true } webkit2gtk-sys = { version = "=2.0", optional = true } gtk = { version = "0.18", optional = true }