feat: bump deps and switch to actix-web-codegen-const-routes

This commit is contained in:
realaravinth
2022-08-21 17:57:45 +05:30
parent 46464ac74d
commit 1c1224b405
4 changed files with 42 additions and 57 deletions

View File

@@ -11,9 +11,9 @@ repository = "https://github.com/realaravinth/libmedium"
version = "0.1.0"
[dependencies]
actix-http = "3.0.0-beta.8"
actix-http = "3.0.4"
actix-rt = "2"
actix-web = "4.0.0-beta.9"
actix-web = "4.0.1"
bincode = "1.3.3"
chrono = "0.4.19"
config = "0.11"
@@ -34,9 +34,9 @@ url = "2.2"
features = ["reqwest"]
version = "0.10.0"
[dependencies.my-codegen]
git = "https://github.com/realaravinth/actix-web"
package = "actix-web-codegen"
[dependencies.actix-web-codegen-const-routes]
git = "https://github.com/realaravinth/actix-web-codegen-const-routes"
package = "actix-web-codegen-const-routes"
[dependencies.reqwest]
features = ["json"]