Skip to content

Commit

Permalink
Bump actix from 0.10.0 to 0.13.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.13.0.
- [Release notes](https://github.com/actix/actix/releases)
- [Commits](https://github.com/actix/actix/commits)

---
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 Mar 18, 2022
1 parent c858609 commit 8aa7e28
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 53 deletions.
129 changes: 77 additions & 52 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 @@ -15,7 +15,7 @@ dotenv = "~0.15"
toml = "~0.5"

# actix actor framework -- system for running server and other tasks.
actix = "0.10.0"
actix = "0.13.0"
# actix web server
actix-web = {version = "3.3.3", features = ["rustls"]}
# static file serving
Expand Down

0 comments on commit 8aa7e28

Please sign in to comment.