aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-15 04:15:26 +0000
committerGitHub <noreply@github.com>2021-03-15 04:15:26 +0000
commit7388014019cc6c05d7ce68598276217581075a4d (patch)
treebbb1e9e13c3925b43c3e86243ee0fa2a6120dbe6
parentMerge pull request #465 from svenstaro/dependabot/cargo/regex-1.4.4 (diff)
downloadminiserve-7388014019cc6c05d7ce68598276217581075a4d.tar.gz
miniserve-7388014019cc6c05d7ce68598276217581075a4d.zip
Bump regex from 1.4.4 to 1.4.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.4 to 1.4.5. - [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.4...1.4.5) 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 2f0bc62..b90f256 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2328,9 +2328,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.4.4"
+version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3"
+checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
dependencies = [
"aho-corasick",
"memchr",