diff options
Diffstat (limited to 'vendor/regex-syntax/Cargo.toml')
-rw-r--r-- | vendor/regex-syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/regex-syntax/Cargo.toml b/vendor/regex-syntax/Cargo.toml index 55c35ac96..cd4b92cb2 100644 --- a/vendor/regex-syntax/Cargo.toml +++ b/vendor/regex-syntax/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.60.0" name = "regex-syntax" -version = "0.7.1" +version = "0.7.2" authors = ["The Rust Project Developers"] description = "A regular expression parser." homepage = "https://github.com/rust-lang/regex" |