diff --git a/Cargo.lock b/Cargo.lock index e7e5230..5216dbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1828,7 +1828,8 @@ checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" [[package]] name = "xdg-mime" version = "0.3.0" -source = "git+https://github.com/ebassi/xdg-mime-rs#68f9130f316a67c6fbce440698788b94b45380c5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "362780d5ed4fcb81db6460966be8cd691e48419caa84bb8a81063d2abdab7082" dependencies = [ "dirs 2.0.2", "glob", diff --git a/Cargo.toml b/Cargo.toml index 6189e22..a53df02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,11 @@ mime = "0.3.16" once_cell = "1.4.0" regex = { version = "1.3.9", default-features = false, features = ["std"] } mime-db = "0.1.5" -xdg-mime = { git = "https://github.com/ebassi/xdg-mime-rs" } atty = "0.2.14" notify-rust = "4.0.0" confy = "0.4.0" serde = "1.0.111" +xdg-mime = "0.3.0" [profile.release] opt-level=3