diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-15 04:15:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 04:15:26 +0000 |
commit | 7388014019cc6c05d7ce68598276217581075a4d (patch) | |
tree | bbb1e9e13c3925b43c3e86243ee0fa2a6120dbe6 | |
parent | Merge pull request #465 from svenstaro/dependabot/cargo/regex-1.4.4 (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |