summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-29 08:06:22 +0000
committerGitHub <noreply@github.com>2020-05-29 08:06:22 +0000
commit7b78f252ceb5cb798e4e7c96f1ee1816cca36587 (patch)
treea0dffdb735f03d45e24bd01a716d04957f0bf4d4 /Cargo.toml
parent76c439f5051b9a869df302d86c979c61f8c9f560 (diff)
Bump regex from 1.3.7 to 1.3.9
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 0c4b8c27..7c7e71fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ bytelines = "2.2.2"
console = "0.11.3"
dirs = "2.0"
lazy_static = "1.4"
-regex = "1.2.1"
+regex = "1.3.9"
shell-words = "1.0.0"
structopt = "0.3.14"
unicode-segmentation = "1.6.0"