Bumped tokio and other crates version

Also added raw_json = 1 in reqwest parameters
This commit is contained in:
Uttarayan Mondal
2021-03-22 08:36:15 +05:30
parent 2adc76cf41
commit adf5fc178d
3 changed files with 25 additions and 12 deletions
+3 -4
View File
@@ -9,8 +9,7 @@ edition = "2018"
[dependencies]
derive-error = "0.0.5"
reqwest = "0.11.*"
chrono = "0.4.*"
json = "0.12.*"
tokio = { version = "1.3.*", features = ["full"] }
reqwest = "0.11.2"
json = "0.12.4"
tokio = { version = "1.4.0", features = ["full"] }