summaryrefslogtreecommitdiffstats
path: root/vendor/regex-automata/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/regex-automata/Cargo.toml')
-rw-r--r--vendor/regex-automata/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/regex-automata/Cargo.toml b/vendor/regex-automata/Cargo.toml
index fe4949f0d..8b7cf0aa6 100644
--- a/vendor/regex-automata/Cargo.toml
+++ b/vendor/regex-automata/Cargo.toml
@@ -11,8 +11,9 @@
[package]
edition = "2021"
+rust-version = "1.65"
name = "regex-automata"
-version = "0.3.8"
+version = "0.4.3"
authors = [
"The Rust Project Developers",
"Andrew Gallant <jamslam@gmail.com>",
@@ -54,7 +55,7 @@ optional = true
default-features = false
[dependencies.regex-syntax]
-version = "0.7.4"
+version = "0.8.2"
optional = true
default-features = false