Update dependencies

This commit is contained in:
Alex Orlenko 2020-06-08 00:22:53 +01:00
parent efcaef3db7
commit 39bcb19ae7

View file

@ -45,9 +45,9 @@ send = []
bstr = { version = "0.2", features = ["std"], default_features = false } bstr = { version = "0.2", features = ["std"], default_features = false }
lazy_static = { version = "1.4" } lazy_static = { version = "1.4" }
num-traits = { version = "0.2.11" } num-traits = { version = "0.2.11" }
futures-core = { version = "0.3.4", optional = true } futures-core = { version = "0.3.5", optional = true }
futures-task = { version = "0.3.4", optional = true } futures-task = { version = "0.3.5", optional = true }
futures-util = { version = "0.3.4", optional = true } futures-util = { version = "0.3.5", optional = true }
[build-dependencies] [build-dependencies]
cc = { version = "1.0" } cc = { version = "1.0" }
@ -58,10 +58,10 @@ luajit-src = { version = "210.1.0", optional = true }
[dev-dependencies] [dev-dependencies]
rustyline = "6.0" rustyline = "6.0"
criterion = "0.3" criterion = "0.3"
trybuild = "1.0.27" trybuild = "1.0"
futures = "0.3.4" futures = "0.3.5"
hyper = "0.13" hyper = "0.13"
tokio = { version = "0.2.18", features = ["full"] } tokio = { version = "0.2", features = ["full"] }
futures-timer = "3.0" futures-timer = "3.0"
[[bench]] [[bench]]