Skip to content

Commit

Permalink
Update Rust crate actix-web to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 4043ec7 commit 641dfb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions server/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 @@ -14,7 +14,7 @@ actix-web-prom = { version = "0.7.0", default-features = false, features = [] }

# runtime + webserver
tokio = { version = "1.36", features = ["full"] }
actix-web = { version = "4.4.1", default-features = false, features = ["macros","compress-gzip","cookies","http2"] }
actix-web = { version = "4.5.1", default-features = false, features = ["macros","compress-gzip","cookies","http2"] }
actix-cors = "0.7.0"

#serialisation
Expand Down

0 comments on commit 641dfb2

Please sign in to comment.