Skip to content

Commit

Permalink
fix(deps): update rust crate actix-web to 4.4.1 (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 67085cb commit 39df717
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actix-cors = "0.6.5"
actix-http = { version = "3.4.0", features = ["compress-zstd", "rustls-0_21"] }
actix-middleware-etag = "0.3.0"
actix-service = "2.0.2"
actix-web = { version = "4.4.0", features = ["rustls-0_21", "compress-zstd"] }
actix-web = { version = "4.4.1", features = ["rustls-0_21", "compress-zstd"] }
ahash = "0.8.7"

anyhow = "1.0.79"
Expand Down

0 comments on commit 39df717

Please sign in to comment.