aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-23 04:18:01 +0000
committerGitHub <noreply@github.com>2021-04-23 04:18:01 +0000
commit640ec0128d7f088b7ddf56e418fcaf3267c0fa9b (patch)
treefc7621b20f8254ab39ca19b493fe83d49d87bf65
parentMerge pull request #501 from svenstaro/dependabot/cargo/alphanumeric-sort-1.4.3 (diff)
downloadminiserve-640ec0128d7f088b7ddf56e418fcaf3267c0fa9b.tar.gz
miniserve-640ec0128d7f088b7ddf56e418fcaf3267c0fa9b.zip
Bump regex from 1.4.5 to 1.4.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6. - [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.5...1.4.6) 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 063b95f..c4ea532 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2136,9 +2136,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.4.5"
+version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
+checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
dependencies = [
"aho-corasick",
"memchr",