From 004d7456cbd3cd2ec2e9d9e958bea0d8482ec1a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:30:20 +0000 Subject: [PATCH] fix(deps): update rust crate raw-window-handle to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9db01a101..11d8a22ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde_json = "1.0" thiserror = "1.0" url = "2.4" http = "0.2" -raw-window-handle = { version = "0.5", features = ["std"] } +raw-window-handle = { version = "0.6", 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"] }