summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-30 18:07:50 -0400
committerGitHub <noreply@github.com>2020-10-30 18:07:50 -0400
commit6c418e004a1b9071a6749de6d79c738d99dda4db (patch)
treee07a9806ff3ab8d5050be32f57156ec6a7c08744 /Cargo.toml
parent650d826102e43ef91a5293b18e8515e85a37353d (diff)
Bump regex from 1.4.0 to 1.4.1 (#352)
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.0 to 1.4.1. - [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/1.4.0...1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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 95139e63..7d4d29e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ console = "0.13.0"
dirs = "3.0"
itertools = "0.9.0"
lazy_static = "1.4"
-regex = "1.4.0"
+regex = "1.4.1"
shell-words = "1.0.0"
structopt = "0.3.20"
unicode-segmentation = "1.6.0"