From 713aacf945d7fe3225e67e89132f0b81da6e23fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:25:51 +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 1e2bc7213..4e03fa54e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ raw-window-handle = { version = "0.6", features = [ "std" ] } dpi = "0.1" [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 }