diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-14 04:16:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 04:16:23 +0000 |
commit | 2c0a988a53835eff7abf36708b2b9efb9930183e (patch) | |
tree | d31cbc5c40108f12bf7495b8cdd039c9b0b227d7 /Cargo.toml | |
parent | Merge pull request #394 from svenstaro/dependabot/cargo/structopt-0.3.20 (diff) | |
download | miniserve-2c0a988a53835eff7abf36708b2b9efb9930183e.tar.gz miniserve-2c0a988a53835eff7abf36708b2b9efb9930183e.zip |
Bump regex from 1.4.0 to 1.4.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.0 to 1.4.1.
- [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.0...1.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ reqwest = { version = "0.10", features = ["blocking", "rustls-tls"], default-fea assert_fs = "1.0" select = "0.5" rstest = "0.6" -regex = "1.4.0" +regex = "1.4.1" pretty_assertions = "0.6" url = "2.1" |