Skip to content

Commit 19c2a6e

Browse files
committed
deps: bump to globset 0.4.17
1 parent 064b36b commit 19c2a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2024"
1515

1616
[dependencies]
1717
bstr = { version = "1.6.2", features = ["std"] }
18-
globset = { version = "0.4.15", path = "../globset" }
18+
globset = { version = "0.4.17", path = "../globset" }
1919
log = "0.4.20"
2020
termcolor = "1.3.0"
2121

crates/ignore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bench = false
2020

2121
[dependencies]
2222
crossbeam-deque = "0.8.3"
23-
globset = { version = "0.4.15", path = "../globset" }
23+
globset = { version = "0.4.17", path = "../globset" }
2424
log = "0.4.20"
2525
memchr = "2.6.3"
2626
same-file = "1.0.6"

0 commit comments

Comments
 (0)