summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-27 08:34:10 -0500
committerGitHub <noreply@github.com>2021-01-27 08:34:10 -0500
commitb10c6e8946e6fe3128de58a77e170c347adba50d (patch)
treec57ce646f6f4e107078fe7454f454a399319c74e /Cargo.toml
parent5468fd648d74ea91eefc3880f8dc5c3cf0fd5919 (diff)
Bump regex from 1.4.2 to 1.4.3 (#500)
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.4.3. - [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.2...1.4.3) 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 cd4574a1..e4b0ca94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ console = "0.14.0"
dirs-next = "2.0.0"
itertools = "0.10.0"
lazy_static = "1.4"
-regex = "1.4.2"
+regex = "1.4.3"
shell-words = "1.0.0"
structopt = "0.3.21"
unicode-segmentation = "1.7.1"