commit | 68ab7bfd21775b216b32c2ea6acaa946a8bff14a | [log] [tgz] |
---|---|---|
author | Taiki Endo <te316e89@gmail.com> | Sat Nov 16 01:07:05 2019 +0900 |
committer | Taiki Endo <te316e89@gmail.com> | Sat Nov 16 01:07:05 2019 +0900 |
tree | 9fd427ba408e3828317e6f916202c0ddc59b3171 | |
parent | 226b2529314d5a4c3e6c8d4620926abb4508751a [diff] |
Update dependencies
diff --git a/Cargo.toml b/Cargo.toml index 6047243..e3dd091 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -13,9 +13,9 @@ readme = "README.md" [dependencies] -crossbeam-utils = "0.6.5" +crossbeam-utils = "0.7.0" [dev-dependencies] -crossbeam = "0.7.1" -futures-preview = "0.3.0-alpha.17" -lazy_static = "1.3.0" +crossbeam = "0.7.3" +futures = "0.3.1" +lazy_static = "1.4.0"