From 52b48b0474ca6fb6956ddd197b977b1f746e991a Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Thu, 27 Mar 2025 22:06:52 -0400 Subject: [PATCH] Cargo.toml: update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6aa29e3..565e21e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" license = "GPL-3.0-only" [dependencies] -ashpd = { version = "0.10", features = ["wayland"] } +ashpd = { version = "0.11", features = ["wayland"] } fontconfig = "0.9" # Disable freetype-sys, as it vendors libfreetype2 while fontconfig dynamically # links to it. Large dependencies should not be duplicated. @@ -24,7 +24,7 @@ wayland-protocols = { version = "0.32", features = ["client", "staging", "unstab wayland-protocols-wlr = { version = "0.3", features = ["client"] } wayland-scanner = "0.31" xkeysym = "0.2" -yaml-rust2 = "0.9" +yaml-rust2 = "0.10" zbus = { version = "5", default-features = false, features = ["tokio"] } [build-dependencies]