summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fd98399c..8b85780c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -704,9 +704,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.4.0"
+version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36f45b719a674bf4b828ff318906d6c133264c793eff7a41e30074a45b5099e2"
+checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
dependencies = [
"aho-corasick",
"memchr",
@@ -716,9 +716,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.6.19"
+version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c17be88d9eaa858870aa5e48cc406c206e4600e983fc4f06bbe5750d93d09761"
+checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
[[package]]
name = "rust-argon2"
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"