summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-02 14:03:01 +0000
committerGitHub <noreply@github.com>2020-11-02 14:03:01 +0000
commit2a326c77843332dd4d38c7d63ff061040177818d (patch)
tree9a732b422d848a74dc539afb58baa53046e73736
parente85f8e651b4e76ce72ec7c5adb828cc36a1aa3fa (diff)
Bump regex from 1.4.1 to 1.4.2 (#375)
-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 8b85780c..c254c1aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -704,9 +704,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.4.1"
+version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
+checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
dependencies = [
"aho-corasick",
"memchr",
@@ -716,9 +716,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.6.20"
+version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
+checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
[[package]]
name = "rust-argon2"
diff --git a/Cargo.toml b/Cargo.toml
index 7d4d29e1..18438ce3 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.1"
+regex = "1.4.2"
shell-words = "1.0.0"
structopt = "0.3.20"
unicode-segmentation = "1.6.0"