diff --git a/Cargo.toml b/Cargo.toml index 2328170e9a..6b9ebc4c9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", " calloop = "0.4.2" smithay-client-toolkit = "0.6" x11-dl = "2.18.3" -parking_lot = "0.7" +parking_lot = "0.8" percent-encoding = "1.0" gbm = { git = "https://github.com/kosyak/gbm.rs", default-features = false, features = ["drm-support", "import-egl", "gen"] } drm = { git = "https://github.com/kosyak/drm-rs", branch = "master" }