fix: update xdg-mime

This commit is contained in:
Ashley Wulber 2025-09-11 18:16:09 -04:00 committed by Jeremy Soller
parent e2d037a691
commit 62ba16c401
2 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View file

@ -8951,7 +8951,7 @@ dependencies = [
[[package]]
name = "xdg-mime"
version = "0.4.0"
source = "git+https://github.com/ellieplayswow/xdg-mime-rs?branch=feature%2Fget-same-as#4f8d07ceedabbe58368a8e7f5547232490860790"
source = "git+https://github.com/ebassi/xdg-mime-rs#f8efb3fb1fad582539e2af7d1e9fbc9613dcc7d9"
dependencies = [
"dirs-next",
"glob",

View file

@ -45,8 +45,7 @@ url = "2.5"
walkdir = "2.5.0"
wayland-client = { version = "0.31.11", optional = true }
xdg = { version = "3.0", optional = true }
# https://github.com/ebassi/xdg-mime-rs/pull/31
xdg-mime = { git = "https://github.com/ellieplayswow/xdg-mime-rs", branch = "feature/get-same-as" }
xdg-mime = { git = "https://github.com/ebassi/xdg-mime-rs" }
# Compression
bzip2 = { version = "0.6", optional = true } #TODO: replace with pure Rust crate
flate2 = "1.1"