diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-30 04:15:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 04:15:38 +0000 |
commit | 3d5d37b1b60dafd36f13478d77d88426e3a2a3ef (patch) | |
tree | 304cf5acf79e62af90f0637bc4e56ecf6073bdcf /Cargo.toml | |
parent | Merge pull request #398 from svenstaro/dependabot/cargo/futures-0.3.7 (diff) | |
download | miniserve-3d5d37b1b60dafd36f13478d77d88426e3a2a3ef.tar.gz miniserve-3d5d37b1b60dafd36f13478d77d88426e3a2a3ef.zip |
Bump actix-web from 3.1.0 to 3.2.0
Bumps [actix-web](https://github.com/actix/actix-web) from 3.1.0 to 3.2.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.1.0...web-v3.2.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.1" +actix-web = "3.2" simplelog = "0.8" percent-encoding = "2.1" port_check = "0.1" |