diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-02 04:25:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 04:25:24 +0000 |
commit | a55a72c35f8dc062b333cf3aa5b005fa8589e50a (patch) | |
tree | d5c9bfa5749b6a8e8ea8b3a0a76aec770b40f694 /Cargo.toml | |
parent | (cargo-release) start next development iteration 0.10.1-alpha.0 (diff) | |
parent | Bump actix-web from 3.0.2 to 3.1.0 (diff) | |
download | miniserve-a55a72c35f8dc062b333cf3aa5b005fa8589e50a.tar.gz miniserve-a55a72c35f8dc062b333cf3aa5b005fa8589e50a.zip |
Merge pull request #386 from svenstaro/dependabot/cargo/actix-web-3.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ panic = 'abort' [dependencies] yansi = "0.5" -actix-web = "3.0" +actix-web = "3.1" simplelog = "0.8" percent-encoding = "2.1" port_check = "0.1" |