From ff6d70da96aa8710e486c1a0687bd2000fcfb413 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 15 Mar 2022 15:22:09 +0530 Subject: [PATCH] chore: update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"