Skip to content

Commit

Permalink
fix(deps): update rust crate actix-cors to 0.7.0 (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Hornby <liquidwicked64@gmail.com>
  • Loading branch information
renovate[bot] and sighphyre authored Jan 11, 2024
1 parent c63209c commit 7aa21b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/Unleash/unleash-edge"
version = "16.1.0"

[dependencies]
actix-cors = "0.6.5"
actix-cors = "0.7.0"
actix-http = { version = "3.5.1", features = ["compress-zstd", "rustls-0_21"] }
actix-middleware-etag = "0.3.0"
actix-service = "2.0.2"
Expand Down

0 comments on commit 7aa21b3

Please sign in to comment.