diff --git a/Cargo.toml b/Cargo.toml index ab77ec3533..d9f80a5aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,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" ], optional = true }