diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-02-09 15:44:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 15:44:48 +0000 |
commit | 75caa9a8bc149ed6a6aa49c6645aa42cbe972a17 (patch) | |
tree | 0bf5e3df92639658d7f726ab5ac0101a52cca58c /Cargo.toml | |
parent | Merge pull request #734 from svenstaro/dependabot/cargo/httparse-1.6.0 (diff) | |
parent | Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3 (diff) | |
download | miniserve-75caa9a8bc149ed6a6aa49c6645aa42cbe972a17.tar.gz miniserve-75caa9a8bc149ed6a6aa49c6645aa42cbe972a17.zip |
Merge pull request #733 from svenstaro/dependabot/cargo/actix-web-4.0.0-rc.3
Bump actix-web from 4.0.0-rc.2 to 4.0.0-rc.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ codegen-units = 1 panic = 'abort' [dependencies] -actix-web = "=4.0.0-rc.2" +actix-web = "=4.0.0-rc.3" actix-files = "=0.6.0-beta.16" actix-multipart = "=0.4.0-beta.13" actix-web-httpauth = "=0.6.0-beta.7" |