Skip to content

Commit

Permalink
Bump actix-cors from 0.6.5 to 0.7.0
Browse files Browse the repository at this point in the history
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](actix/actix-extras@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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 49a0c21 commit 4d67b2e
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio = { version = "1.35.1", features = ["macros", "process", "rt"] }
prefixed-api-key = { version = "0.1.0", features = ["sha2"]}
prettytable-rs = { version = "0.10.0"}
urlencoding = { version = "2.1.3" }
actix-cors = { version = "0.6.5" }
actix-cors = { version = "0.7.0" }
url = { version = "2.5.0", features = ["serde"] }
scraper = { version = "0.18.1" }

Expand Down

0 comments on commit 4d67b2e

Please sign in to comment.