We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064b36b commit 19c2a6eCopy full SHA for 19c2a6e
crates/cli/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2024"
15
16
[dependencies]
17
bstr = { version = "1.6.2", features = ["std"] }
18
-globset = { version = "0.4.15", path = "../globset" }
+globset = { version = "0.4.17", path = "../globset" }
19
log = "0.4.20"
20
termcolor = "1.3.0"
21
crates/ignore/Cargo.toml
@@ -20,7 +20,7 @@ bench = false
22
crossbeam-deque = "0.8.3"
23
24
25
memchr = "2.6.3"
26
same-file = "1.0.6"
0 commit comments