diff options
| author | Renovate Bot <[email protected]> | 2022-03-07 10:39:54 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-07 10:39:54 +0000 |
| commit | 407cb385a7fbc21732903e8ec44cb905e303395f (patch) | |
| tree | 2c6174a7abd8a314f0a0a8435829d6ad1b3adaed | |
| parent | fix(utils): user agent ban? (diff) | |
| download | api-renovate/actix-web-3.x.tar.xz api-renovate/actix-web-3.x.zip | |
fix(deps): update rust crate actix-web to 3.3.3renovate/actix-web-3.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 = "3.3.3", features = ["rustls"] } qstring = "0.7.2" actix-cors = "0.5.4" actix-ratelimit = "0.3.1" |