aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-12 04:15:28 +0000
committerGitHub <noreply@github.com>2020-10-12 04:15:28 +0000
commit0bb18d6ccb02b61f89cda775dacb301211dd47f3 (patch)
treef37d957b114aa9eb607bf3df09b9f35f382740b1
parentMerge pull request #392 from svenstaro/dependabot/cargo/structopt-0.3.19 (diff)
downloadminiserve-0bb18d6ccb02b61f89cda775dacb301211dd47f3.tar.gz
miniserve-0bb18d6ccb02b61f89cda775dacb301211dd47f3.zip
Bump regex from 1.3.9 to 1.4.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.0. - [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.3.9...1.4.0) 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 f592779..fb7b8cb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2355,9 +2355,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "regex"
-version = "1.3.9"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
+checksum = "36f45b719a674bf4b828ff318906d6c133264c793eff7a41e30074a45b5099e2"
dependencies = [
"aho-corasick",
"memchr",
@@ -2367,9 +2367,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.6.18"
+version = "0.6.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
+checksum = "c17be88d9eaa858870aa5e48cc406c206e4600e983fc4f06bbe5750d93d09761"
[[package]]
name = "remove_dir_all"
diff --git a/Cargo.toml b/Cargo.toml
index 93500e4..328c67e 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.3.9"
+regex = "1.4.0"
pretty_assertions = "0.6"
url = "2.1"