diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-19 06:11:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 06:11:22 +0000 |
commit | 97e404e3ef90c55ba94156c57fc01fe4d3d3fa16 (patch) | |
tree | f35c37ef1d4021285cd59c4227b8885fa239274b /Cargo.toml | |
parent | Merge pull request #178 from svenstaro/dependabot/cargo/serde-1.0.99 (diff) | |
parent | Bump url from 2.0.0 to 2.1.0 (diff) | |
download | miniserve-97e404e3ef90c55ba94156c57fc01fe4d3d3fa16.tar.gz miniserve-97e404e3ef90c55ba94156c57fc01fe4d3d3fa16.zip |
Merge pull request #175 from svenstaro/dependabot/cargo/url-2.1.0
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,4 +56,4 @@ select = "0.4" port_check = "0.1" rstest = "0.3" pretty_assertions = "0.6" -url = "2.0" +url = "2.1" |