Skip to content

Commit

Permalink
Bump actix from 0.10.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [actix](https://github.com/actix/actix) from 0.10.0 to 0.12.0.
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](actix/actix@v0.10.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2021
1 parent 7e7f0a9 commit cc0a873
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
75 changes: 39 additions & 36 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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy_static = "1.4.0"
reqwest = { version = "0.11.4", features = ["blocking", "json"] }

[dependencies]
actix = "0.10.0"
actix = "0.12.0"
actix-cors = "0.5.4"
actix-files = "0.5.0"
actix-web = { version = "3.3.2", features = ["openssl"] }
Expand Down

0 comments on commit cc0a873

Please sign in to comment.