diff --git a/Cargo.lock b/Cargo.lock
index aeb6c61f..a8ffb8ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -320,12 +320,6 @@ dependencies = [
  "toml_edit",
 ]
 
-[[package]]
-name = "glob"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
-
 [[package]]
 name = "hashbrown"
 version = "0.14.3"
@@ -690,7 +684,6 @@ dependencies = [
  "assert_cmd",
  "clap",
  "crossterm",
- "glob",
  "notify-debouncer-mini",
  "predicates",
  "ratatui",
diff --git a/Cargo.toml b/Cargo.toml
index 435dfd49..83f01c25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,6 @@ which = "6.0.1"
 
 [dev-dependencies]
 assert_cmd = "2.0.14"
-glob = "0.3.0"
 predicates = "3.1.0"
 
 [profile.release]