diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-11 04:38:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 04:38:51 +0000 |
commit | 56ef4ce2ab7cff3a8417bb8c03152bf2bcfad93b (patch) | |
tree | 41dc9f62d2bb453b0098860fff4e4baaa5810368 /Cargo.toml | |
parent | Merge pull request #425 from svenstaro/dependabot/cargo/log-0.4.12 (diff) | |
parent | Bump regex from 1.4.2 to 1.4.3 (diff) | |
download | miniserve-56ef4ce2ab7cff3a8417bb8c03152bf2bcfad93b.tar.gz miniserve-56ef4ce2ab7cff3a8417bb8c03152bf2bcfad93b.zip |
Merge pull request #426 from svenstaro/dependabot/cargo/regex-1.4.3
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.11", features = ["blocking", "multipart", "rustls-tls"] assert_fs = "1.0" select = "0.5" rstest = "0.6" -regex = "1.4.2" +regex = "1.4.3" pretty_assertions = "0.6" url = "2.2" |