chore: update deps

This commit is contained in:
Aravinth Manivannan
2023-10-20 14:31:21 +05:30
parent 88fbc99a5e
commit 0e0637bfa4
3 changed files with 218 additions and 149 deletions

View File

@@ -16,31 +16,28 @@ actix-rt = "2"
actix-web = "4.0.1"
bincode = "1.3.3"
chrono = "0.4.23"
config = "0.11"
config = "0.13"
derive_more = "0.99"
futures = "0.3.17"
lazy_static = "1.4"
log = "0.4"
num_cpus = "1.13"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
sailfish = "0.6.0"
serde = "1"
serde_json = "1"
sled = "0.34.7"
syntect = "5.0.0"
url = "2.2"
actix-web-codegen-const-routes = "0.2.0"
[dependencies.graphql_client]
features = ["reqwest"]
version = "0.13.0"
[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"]
version = "0.11.6"
version = "0.11.22"
sled = "0.34.7"
bincode = "1.3.3"