feat: bump deps and switch to actix-web-codegen-const-routes
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"]
|
||||
|
Reference in New Issue
Block a user