aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-02 04:14:22 +0000
committerGitHub <noreply@github.com>2020-11-02 04:14:22 +0000
commitcd4a8319302a31ca7186a225129dca5909d32348 (patch)
treea790c174ca16dcac94c5ceec75a0261103eaa399
parentMerge pull request #400 from svenstaro/dependabot/cargo/actix-web-3.2.0 (diff)
downloadminiserve-cd4a8319302a31ca7186a225129dca5909d32348.tar.gz
miniserve-cd4a8319302a31ca7186a225129dca5909d32348.zip
Bump regex from 1.4.1 to 1.4.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.1 to 1.4.2. - [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.1...1.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.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 6447ad6..7373969 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2381,9 +2381,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[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",
@@ -2393,9 +2393,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 = "remove_dir_all"
diff --git a/Cargo.toml b/Cargo.toml
index cfa3561..d977e83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ reqwest = { version = "0.10", features = ["blocking", "rustls-tls"], default-fea
assert_fs = "1.0"
select = "0.5"
rstest = "0.6"
-regex = "1.4.1"
+regex = "1.4.2"
pretty_assertions = "0.6"
url = "2.1"