mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
Update grafana-data-source to tokio 0.2 (#4441)
This commit is contained in:
@@ -8,11 +8,9 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.8"
|
||||
hyper = { version = "0.13.0-alpha.4", default-features = false, features = ["unstable-stream"] }
|
||||
tokio-io = "0.2.0-alpha.6"
|
||||
tokio-executor = "0.2.0-alpha.6"
|
||||
hyper = { version = "0.13.1", default-features = false, features = ["stream"] }
|
||||
tokio = "0.2"
|
||||
futures-util = { version = "0.3.1", default-features = false, features = ["io"] }
|
||||
futures-util-alpha = { package = "futures-util-preview", default-features = false, version = "0.3.0-alpha.19" }
|
||||
serde_json = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user