diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-02 04:27:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 04:27:13 +0000 |
commit | 550f270f662778318acf5214df1805418afdbd75 (patch) | |
tree | a790c174ca16dcac94c5ceec75a0261103eaa399 /Cargo.toml | |
parent | Merge pull request #400 from svenstaro/dependabot/cargo/actix-web-3.2.0 (diff) | |
parent | Bump regex from 1.4.1 to 1.4.2 (diff) | |
download | miniserve-550f270f662778318acf5214df1805418afdbd75.tar.gz miniserve-550f270f662778318acf5214df1805418afdbd75.zip |
Merge pull request #402 from svenstaro/dependabot/cargo/regex-1.4.2
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.1" +regex = "1.4.2" pretty_assertions = "0.6" url = "2.1" |