Bumped tokio and other crates version
Also added raw_json = 1 in reqwest parameters
This commit is contained in:
+3
-4
@@ -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"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user