summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-09-28 14:17:30 -0400
committerAndrew Gallant <jamslam@gmail.com>2023-10-09 20:29:52 -0400
commitf16ea0812db1e7218d98ce0a131b6b7aec510c3a (patch)
treed9d2a9a268a35d6bea5567ddf89d4c3bbecc40fb /Cargo.lock
parentbe9e308999b94aba4be0406dafbd8aa6201e326a (diff)
ignore: polish
Like previous commits, we do a bit of polishing and bring the style up to my current practice.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e45d316..1844e4e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,6 +239,7 @@ dependencies = [
name = "ignore"
version = "0.4.20"
dependencies = [
+ "bstr",
"crossbeam-channel",
"crossbeam-deque",
"globset",