Move xdg-mime patch to dependencies, remove filetime patch

This commit is contained in:
Jeremy Soller 2025-03-31 09:07:58 -06:00
parent 28ec74d440
commit f8ecc856b3
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 5 additions and 9 deletions

5
Cargo.lock generated
View file

@ -1975,8 +1975,9 @@ dependencies = [
[[package]]
name = "filetime"
version = "0.2.24"
source = "git+https://github.com/jackpot51/filetime#186e19d3190ead16b05329400cb5b2350d8f44cf"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
"cfg-if",
"libc",