diff --git a/Cargo.toml b/Cargo.toml index b87a13ca..81cef7fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ x11-dlopen = ["tiny-xlib/dlopen", "x11rb/dl-libxcb"] [dependencies] log = "0.4.17" -raw-window-handle = "0.5.0" +raw-window-handle = "0.6.0" [target.'cfg(all(unix, not(any(target_vendor = "apple", target_os = "android", target_os = "redox"))))'.dependencies] as-raw-xcb-connection = { version = "1.0.0", optional = true }