diff --git a/server/Cargo.toml b/server/Cargo.toml index a3e7584..02a05c0 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -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