Bump actix-cors from 0.6.5 to 0.7.0 (#3402)

Bumps [actix-cors](https://github.com/actix/actix-extras) from 0.6.5 to 0.7.0.
- [Release notes](https://github.com/actix/actix-extras/releases)
- [Commits](https://github.com/actix/actix-extras/compare/cors-v0.6.5...cors-v0.7.0)

---
updated-dependencies:
- dependency-name: actix-cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-16 11:25:17 +01:00
committed by generall
parent 6b5666bec6
commit ada9e9f13a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -21,9 +21,9 @@ dependencies = [
[[package]]
name = "actix-cors"
version = "0.6.5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0346d8c1f762b41b458ed3145eea914966bb9ad20b9be0d6d463b20d45586370"
checksum = "f9e772b3bcafe335042b5db010ab7c09013dad6eac4915c91d8d50902769f331"
dependencies = [
"actix-utils",
"actix-web",

View File

@@ -69,7 +69,7 @@ config = "~0.13.4"
tokio = { version = "~1.35", features = ["full"] }
actix-web = { version = "4.4.1", optional = true, features = ["rustls-0_21", "actix-tls"] }
actix-cors = "0.6.5"
actix-cors = "0.7.0"
actix-files = "0.6.5"
actix-web-httpauth = "0.8.1"
tonic = { version = "0.9.2", features = ["gzip", "tls"] }