diff --git a/Cargo.lock b/Cargo.lock index 2940bac..ce24be8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -808,7 +808,6 @@ dependencies = [ "shellexpand", "shlex", "task-hookrs", - "tinyset", "tui", "unicode-segmentation", "unicode-width", @@ -843,16 +842,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "tinyset" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784f540960a63144d63992caf430ed87e39d920f2c474cb8ac586ff31fb861fc" -dependencies = [ - "itertools", - "rand", -] - [[package]] name = "tui" version = "0.12.0" diff --git a/Cargo.toml b/Cargo.toml index e52958d..64dec19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,6 @@ rustyline = "7.1.0" uuid = { version = "0.8.1", features = ["serde", "v4"] } better-panic = "0.2.0" shellexpand = "2.1" -tinyset = "0.4" [package.metadata.rpm] package = "taskwarrior-tui"