summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:19:33 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:21:15 -0500
commitac8fecbbf2e3be6dc3fca2ebc1a31a046d57553a (patch)
tree4c98b991a89960a1ccf30ab50a79b201b14bcd17 /Cargo.toml
parent85968173742e7b92835483f9c86aa4ee1795673d (diff)
deps: upgrade bstr to 1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91a4010f..a5ad0f6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ members = [
]
[dependencies]
-bstr = "0.2.12"
+bstr = "1.1.0"
grep = { version = "0.2.8", path = "crates/grep" }
ignore = { version = "0.4.18", path = "crates/ignore" }
lazy_static = "1.1.0"