File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,33 +15,33 @@ exclude = [".github", "rfcs"]
1515repository = " https://github.com/oblique/async-tftp-rs"
1616
1717[dependencies ]
18- thiserror = " 1.0.37"
1918bytes = " 1.3.0"
19+ log = " 0.4.17"
2020nom = " 7.1.1"
2121num-derive = " 0.3.3"
2222num-traits = " 0.2.15"
23- log = " 0.4.17 "
23+ thiserror = " 1.0.37 "
2424
25- async-trait = " 0.1.59 "
25+ async-executor = " 1.5.0 "
2626async-io = " 1.12.0"
2727async-lock = " 2.6.0"
28- async-executor = " 1.5.0 "
28+ async-trait = " 0.1.59 "
2929blocking = " 1.3.0"
3030futures-lite = " 1.12.0"
3131
3232[dev-dependencies ]
3333anyhow = " 1.0.66"
34- structopt = " 0.3.26 "
35- rand = { version = " 0.8.5 " , features = [ " small_rng " ] }
34+ async-channel = " 1.8.0 "
35+ fern = " 0.6.1 "
3636md5 = " 0.7.0"
37+ rand = { version = " 0.8.5" , features = [" small_rng" ] }
38+ structopt = " 0.3.26"
3739tempfile = " 3.3.0"
38- fern = " 0.6.1"
39- async-channel = " 1.8.0"
4040
4141# deps for tftpd-targz.rs
42+ async-compression = { version = " 0.3.15" , features = [" gzip" , " futures-io" ] }
4243async-std = { version = " 1.12.0" , features = [" unstable" ] }
4344async-tar = " 0.4.2"
44- async-compression = { version = " 0.3.15" , features = [" gzip" , " futures-io" ] }
4545
4646[features ]
4747external-client-tests = []
You can’t perform that action at this time.
0 commit comments