From c3d2965d92b6dc5858539ad49fabb562c22fa9b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 08:54:04 +0000 Subject: [PATCH] fix(deps): update rust crate javascriptcore-rs to v1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9db01a101..bc22216884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,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"] } +javascriptcore-rs = { version = "=1.1.2", features = ["v2_28"] } webkit2gtk = { version = "=2.0", features = ["v2_38"] } webkit2gtk-sys = "=2.0" gtk = "0.18"