diff options
| author | Renovate Bot <[email protected]> | 2022-03-07 20:35:18 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-07 20:35:18 +0000 |
| commit | c73bb491a253a0089cc4b6f57567ccd90e28765e (patch) | |
| tree | e821dd46f621cb5cd8240140163080d00fc0a0ad | |
| parent | fix(utils): user agent ban? (diff) | |
| download | api-renovate/actix-web-4.x.tar.xz api-renovate/actix-web-4.x.zip | |
fix(deps): update rust crate actix-web to v4renovate/actix-web-4.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ rand = "0.8.3" dotenv = "0.15.0" # Web -actix-web = { version = "3.3.2", features = ["rustls"] } +actix-web = { version = "4.0.1", features = ["rustls"] } qstring = "0.7.2" actix-cors = "0.5.4" actix-ratelimit = "0.3.1" |