aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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>
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 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"