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 10e6bbf53..8d87f7a42 100644 --- a/vendor/regex-syntax/Cargo.toml +++ b/vendor/regex-syntax/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "regex-syntax" -version = "0.6.27" +version = "0.6.28" authors = ["The Rust Project Developers"] description = "A regular expression parser." homepage = "https://github.com/rust-lang/regex" |