diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-30 04:24:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 04:24:37 +0000 |
commit | 8ddf73c1fd0c93658bc5b85f39f5c25ffeaa9043 (patch) | |
tree | 102d95b0c663d97dff254b551fd3b927726d6e53 /Cargo.toml | |
parent | Merge pull request #412 from svenstaro/dependabot/cargo/actix-files-0.4.1 (diff) | |
parent | Bump actix-web from 3.2.0 to 3.3.1 (diff) | |
download | miniserve-8ddf73c1fd0c93658bc5b85f39f5c25ffeaa9043.tar.gz miniserve-8ddf73c1fd0c93658bc5b85f39f5c25ffeaa9043.zip |
Merge pull request #413 from svenstaro/dependabot/cargo/actix-web-3.3.1
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.2" +actix-web = "3.3" simplelog = "0.8" percent-encoding = "2.1" port_check = "0.1" |