Skip to content

Commit

Permalink
Merge pull request #274 from financrr/renovate/actix-web-4.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate actix-web to 4.7.0
  • Loading branch information
DenuxPlays committed Jun 9, 2024
2 parents 3e56c1f + c73aed5 commit d402b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true

[dependencies]
# Actix
actix-web = { version = "4.6.0", features = ["rustls-0_23"] }
actix-web = { version = "4.7.0", features = ["rustls-0_23"] }
actix-cors = "0.7.0"
actix-limitation = "0.5.1"
actix-web-prom = "0.8.0"
Expand Down

0 comments on commit d402b5b

Please sign in to comment.