diff --git a/Cargo.toml b/Cargo.toml index 6084cfa..0e93a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ authors = ["realaravinth "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.0.0-beta.9" -actix-http = "3.0.0-beta.8" +actix-web = "4.0.1" +actix-http = "3.0.4" actix-rt = "2" my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"} config = "0.11" -git2 = "0.13.23" +git2 = "0.14.2" serde = "1" serde_json = "1"