Fixes bug with distributed nodes.
... | ... | @@ -33,7 +33,7 @@ reqwest = { version = "0.10.8", features = ["json"] } |
serde = { version = "1.0.115", features = ["derive"] } | ||
validator = { version = "0.11", features = ["derive"] } | ||
ctrlc = { version = "3.0", features = ["termination"] } | ||
hive_pubsub = { version = "0.4.3", features = ["mongo"] } | ||
hive_pubsub = { version = "0.4.4", features = ["mongo"] } | ||
async-std = { version = "1.8.0", features = ["tokio02", "attributes"] } | ||
async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] } | ||
rocket_cors = { git = "https://github.com/insertish/rocket_cors", branch = "master" } | ||
... | ... |
Please register or sign in to comment