aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-12 04:15:46 +0000
committerGitHub <noreply@github.com>2021-03-12 04:15:46 +0000
commit7552057337fa56653fa491fa78165655810e04d5 (patch)
tree0701c08136b7cfd5527f478ef5eb322eeae312fd
parentMerge pull request #464 from svenstaro/dependabot/cargo/alphanumeric-sort-1.4.1 (diff)
downloadminiserve-7552057337fa56653fa491fa78165655810e04d5.tar.gz
miniserve-7552057337fa56653fa491fa78165655810e04d5.zip
Bump regex from 1.4.3 to 1.4.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.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.4.3...1.4.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7cf0de8..2f0bc62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2328,14 +2328,13 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.4.3"
+version = "1.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
+checksum = "54fd1046a3107eb58f42de31d656fee6853e5d276c455fd943742dce89fc3dd3"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
- "thread_local",
]
[[package]]