Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Update actix-web requirement from 3.0.2 to 4.3.0 #204

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git = { path = "../git" }
handlers = { path = "../handlers" }
actix = "0.10.0" # Actor communication between handlers and Git
actix-rt = "1.1.1" # Actix macros
actix-web = "3.0.2" # Web framework
actix-web = "4.3.0" # Web framework
clap = "4.1.6" # CLI argument parsing
env_logger = "0.7.1" # Configure logging level with env variables
log = "0.4.11" # Logging facade
Expand Down