From 4c064488f1268ae7026a0834ca30980e5f242bf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:20:48 +0000 Subject: [PATCH] fix(deps): update rust crate javascriptcore-rs to 1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dafb3ea3de..4737fbaa4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ http-range = "0.1.5" base64 = "0.21" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] -javascriptcore-rs = { version = "1.0", features = [ "v2_28" ] } +javascriptcore-rs = { version = "1.1", features = [ "v2_28" ] } webkit2gtk = { version = "1.1", features = [ "v2_38" ] } webkit2gtk-sys = "1.1" gio = "0.16"