diff options
| author | Renovate Bot <[email protected]> | 2022-03-07 23:34:57 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-07 23:34:57 +0000 |
| commit | e5079cd3be996ede16b8c9cd70a4c2d96c348927 (patch) | |
| tree | 64c56c87d73cb3b67c3694dfaa7c03ef9f9897d5 | |
| parent | fix(utils): user agent ban? (diff) | |
| download | api-renovate/actix-cors-0.x.tar.xz api-renovate/actix-cors-0.x.zip | |
fix(deps): update rust crate actix-cors to 0.6.1renovate/actix-cors-0.x
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,5 +23,5 @@ dotenv = "0.15.0" # Web actix-web = { version = "3.3.2", features = ["rustls"] } qstring = "0.7.2" -actix-cors = "0.5.4" +actix-cors = "0.6.1" actix-ratelimit = "0.3.1" |