aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-11 04:14:30 +0000
committerGitHub <noreply@github.com>2021-01-11 04:14:30 +0000
commitc8a56ed49ab62e568447a3a812a8b79da5e26595 (patch)
tree41dc9f62d2bb453b0098860fff4e4baaa5810368 /Cargo.toml
parentMerge pull request #425 from svenstaro/dependabot/cargo/log-0.4.12 (diff)
downloadminiserve-c8a56ed49ab62e568447a3a812a8b79da5e26595.tar.gz
miniserve-c8a56ed49ab62e568447a3a812a8b79da5e26595.zip
Bump regex from 1.4.2 to 1.4.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.2 to 1.4.3. - [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.2...1.4.3) 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 a509f47..25cdb22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,7 @@ reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"]
assert_fs = "1.0"
select = "0.5"
rstest = "0.6"
-regex = "1.4.2"
+regex = "1.4.3"
pretty_assertions = "0.6"
url = "2.2"