diff --git a/Cargo.lock b/Cargo.lock index 76cbdf3..f6cee68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,7 +1274,6 @@ dependencies = [ "tempfile", "toml", "walkdir", - "xdg", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 41eaf0e..783d471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,6 @@ serde_derive = "1.0.21" tar = "0.4.14" toml = "0.5.1" walkdir = "2.0.1" -xdg = "2.1.0" [target.'cfg(not(windows))'.dependencies] pager = "0.15"