diff --git a/server/Cargo.toml b/server/Cargo.toml index a3e7584..d419949 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -13,7 +13,7 @@ actix = "0.10.0" # Actor communication between handlers and Git actix-rt = "1.1.1" # Actix macros actix-web = "3.0.2" # Web framework clap = "4.1.6" # CLI argument parsing -env_logger = "0.7.1" # Configure logging level with env variables +env_logger = "0.10.0" # Configure logging level with env variables log = "0.4.11" # Logging facade serde = "1.0.114" # Serialisation of results serde_derive = "1.0.114" # Macros for deriving Serde converstions