diff options
| author | Renovate Bot <[email protected]> | 2022-03-07 21:51:59 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-07 21:51:59 +0000 |
| commit | 0390414364e505066b792c2dff848895535bcd12 (patch) | |
| tree | b677bfc485dd00e1d00e52fc10e88577141ff2c1 | |
| parent | Merge pull request #16 from Fuwn/renovate/commitlint-monorepo (diff) | |
| download | records-renovate/actix-cors-0.x.tar.xz records-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
@@ -18,7 +18,7 @@ codegen-units = 1 # Web-Server actix-web = "3.3.2" actix-files = "0.5.0" -actix-cors = "0.5.4" +actix-cors = "0.6.1" # Environment dotenv = "0.15.0" |