diff --git a/Cargo.toml b/Cargo.toml index c9db01a10..11d8a22ba 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"] }