chore: update deps
This commit is contained in:
parent
ef424cf070
commit
ff6d70da96
1 changed files with 3 additions and 3 deletions
|
@ -13,13 +13,13 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "4.0.0-beta.9"
|
actix-web = "4.0.1"
|
||||||
actix-http = "3.0.0-beta.8"
|
actix-http = "3.0.4"
|
||||||
actix-rt = "2"
|
actix-rt = "2"
|
||||||
my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
|
my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
|
||||||
|
|
||||||
config = "0.11"
|
config = "0.11"
|
||||||
git2 = "0.13.23"
|
git2 = "0.14.2"
|
||||||
|
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue