summaryrefslogtreecommitdiffstats
path: root/vendor/bstr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/bstr/Cargo.toml')
-rw-r--r--vendor/bstr/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/bstr/Cargo.toml b/vendor/bstr/Cargo.toml
index 2db4367c1..a2d70f4b8 100644
--- a/vendor/bstr/Cargo.toml
+++ b/vendor/bstr/Cargo.toml
@@ -11,9 +11,9 @@
[package]
edition = "2021"
-rust-version = "1.60"
+rust-version = "1.65"
name = "bstr"
-version = "1.6.2"
+version = "1.8.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
exclude = [
"/.github",
@@ -81,7 +81,7 @@ version = "2.6.1"
default-features = false
[dependencies.regex-automata]
-version = "0.3.0"
+version = "0.4.1"
features = ["dfa-search"]
optional = true
default-features = false