diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2020-06-08 00:22:53 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2020-06-08 00:22:53 +0100 |
commit | 39bcb19ae746ef5de0fdbc14e99b882b058790de (patch) | |
tree | c545972dba2763560b3c729b081ff15c298d6ea4 /Cargo.toml | |
parent | efcaef3db76e8e3b3a7f8e36805126d310543ee4 (diff) | |
download | mlua-39bcb19ae746ef5de0fdbc14e99b882b058790de.zip |
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -45,9 +45,9 @@ send = [] bstr = { version = "0.2", features = ["std"], default_features = false } lazy_static = { version = "1.4" } num-traits = { version = "0.2.11" } -futures-core = { version = "0.3.4", optional = true } -futures-task = { version = "0.3.4", optional = true } -futures-util = { version = "0.3.4", optional = true } +futures-core = { version = "0.3.5", optional = true } +futures-task = { version = "0.3.5", optional = true } +futures-util = { version = "0.3.5", optional = true } [build-dependencies] cc = { version = "1.0" } @@ -58,10 +58,10 @@ luajit-src = { version = "210.1.0", optional = true } [dev-dependencies] rustyline = "6.0" criterion = "0.3" -trybuild = "1.0.27" -futures = "0.3.4" +trybuild = "1.0" +futures = "0.3.5" hyper = "0.13" -tokio = { version = "0.2.18", features = ["full"] } +tokio = { version = "0.2", features = ["full"] } futures-timer = "3.0" [[bench]] |