diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-02 04:14:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-02 04:14:49 +0000 |
commit | ad077ddefcf87ee1447e05005181a849f355fe1d (patch) | |
tree | d5c9bfa5749b6a8e8ea8b3a0a76aec770b40f694 /Cargo.toml | |
parent | (cargo-release) start next development iteration 0.10.1-alpha.0 (diff) | |
download | miniserve-ad077ddefcf87ee1447e05005181a849f355fe1d.tar.gz miniserve-ad077ddefcf87ee1447e05005181a849f355fe1d.zip |
Bump actix-web from 3.0.2 to 3.1.0
Bumps [actix-web](https://github.com/actix/actix-web) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v3.0.2...web-v3.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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" |