Skip to content

Commit

Permalink
Bump actix-web from 4.1.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actix-web](https://github.com/actix/actix-web) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](actix/actix-web@web-v4.1.0...web-v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent 9a93459 commit 2166a2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 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 rust-code-analysis-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "rust-code-analysis-web"

[dependencies]
actix-rt = "^2.6"
actix-web = "^4.1"
actix-web = "^4.2"
clap = { version = "^4.0", features = ["derive"] }
futures = "^0.3"
rust-code-analysis = { path = "..", version = "=0.0.24" }
Expand Down

0 comments on commit 2166a2b

Please sign in to comment.