diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-07 04:14:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 04:14:22 +0000 |
commit | 4e71ce140a9fa9be1975a0ce5e75786786cb57c0 (patch) | |
tree | 677b9cb9fc619c72d3d1c2e29a1bf91eced2565f | |
parent | Merge pull request #520 from svenstaro/dependabot/cargo/sha2-0.9.4 (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |