From 62ba16c4011d77a6e66788db7760b9f4ba7ce14d Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 11 Sep 2025 18:16:09 -0400 Subject: [PATCH] fix: update xdg-mime --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c81dde..4d7e9e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8174f65..91ac09c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"