diff --git a/Cargo.toml b/Cargo.toml index e57a5f8..71543fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" description = "minimalistic menu for wayland" repository = "https://github.com/l4l/yofi" license = "MIT" -keywords = ["application launcher", "menu", "wayland", "wlroots-based menu", "dmenu replacement"] +keywords = ["application-launcher", "menu", "wayland", "wlroots-based-menu", "dmenu-replacement"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,7 +19,7 @@ ttf-parser = { version = "0.15.0", optional = true } fontdue = { version = "0.7.2", optional = true } rust-fontconfig = { version = "0.1.5", optional = true } # Not used directly by yofi. Added to ensure brotli-decompressor is built with std support for rust-fontconfig -brotli-decompressor = { version = "*", optional = true } +brotli-decompressor = { version = "2.3.2", optional = true } encoding_rs = "=0.8.28"