aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-14 04:29:43 +0000
committerGitHub <noreply@github.com>2020-10-14 04:29:43 +0000
commit04c113c80ee5cfcf4c61f79632d1e6f4ae8e4258 (patch)
treed31cbc5c40108f12bf7495b8cdd039c9b0b227d7 /Cargo.toml
parentMerge pull request #394 from svenstaro/dependabot/cargo/structopt-0.3.20 (diff)
parentBump regex from 1.4.0 to 1.4.1 (diff)
downloadminiserve-04c113c80ee5cfcf4c61f79632d1e6f4ae8e4258.tar.gz
miniserve-04c113c80ee5cfcf4c61f79632d1e6f4ae8e4258.zip
Merge pull request #395 from svenstaro/dependabot/cargo/regex-1.4.1
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 328c67e..a54d93e 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.0"
+regex = "1.4.1"
pretty_assertions = "0.6"
url = "2.1"