aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-07 04:14:22 +0000
committerGitHub <noreply@github.com>2021-05-07 04:14:22 +0000
commit4e71ce140a9fa9be1975a0ce5e75786786cb57c0 (patch)
tree677b9cb9fc619c72d3d1c2e29a1bf91eced2565f
parentMerge pull request #520 from svenstaro/dependabot/cargo/sha2-0.9.4 (diff)
downloadminiserve-4e71ce140a9fa9be1975a0ce5e75786786cb57c0.tar.gz
miniserve-4e71ce140a9fa9be1975a0ce5e75786786cb57c0.zip
Bump regex from 1.5.3 to 1.5.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.3 to 1.5.4. - [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.5.3...1.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a3b25b4..526bc2a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2142,9 +2142,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.5.3"
+version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b"
+checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",