comparison rust/Cargo.toml @ 637:1e147b3c2c55 rust

update deps
author Matt Johnston <matt@ucc.asn.au>
date Sat, 09 Nov 2019 11:35:43 +0800
parents a5721c02d3ee
children 89818a14648b
comparison
equal deleted inserted replaced
636:43eb3cfdf769 637:1e147b3c2c55
17 libc = "0.2" 17 libc = "0.2"
18 atomicwrites = "0.2" 18 atomicwrites = "0.2"
19 riker = "0.3" 19 riker = "0.3"
20 structopt = "0.3" 20 structopt = "0.3"
21 config = "0.9" 21 config = "0.9"
22 anyhow = "1.0"
22 23
23 # alpha for async 24 # alpha for async
24 hyper = "=0.13.0-alpha.1" 25 hyper = "=0.13.0-alpha.1"
25 futures-preview = "=0.3.0-alpha.18" 26 futures-preview = "=0.3.0-alpha.18"
26 futures-util-preview = "=0.3.0-alpha.18" 27 futures-util-preview = "=0.3.0-alpha.18"