File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,29 +17,29 @@ repository = "https://github.com/oblique/async-tftp-rs"
1717[dependencies ]
1818thiserror = " 1.0.22"
1919bytes = " 0.6.0"
20- nom = " 6.0.0 "
20+ nom = " 6.0.1 "
2121num-derive = " 0.3.3"
2222num-traits = " 0.2.14"
2323log = " 0.4.11"
2424
25- async-trait = " 0.1.41 "
26- async-io = " 1.2.0 "
25+ async-trait = " 0.1.42 "
26+ async-io = " 1.3.1 "
2727async-mutex = " 1.4.0"
2828async-executor = " 1.4.0"
2929blocking = " 1.0.2"
3030futures-lite = " 1.11.2"
3131
3232[dev-dependencies ]
33- anyhow = " 1.0.34 "
34- structopt = " 0.3.20 "
33+ anyhow = " 1.0.35 "
34+ structopt = " 0.3.21 "
3535rand = { version = " 0.7.3" , features = [" small_rng" ] }
3636md5 = " 0.7.0"
3737tempfile = " 3.1.0"
3838fern = " 0.6.0"
3939async-channel = " 1.5.1"
4040
4141# deps for tftpd-targz.rs
42- async-std = " 1.7 .0"
42+ async-std = " 1.8 .0"
4343async-tar = " 0.3.0"
4444async-compression = { version = " 0.3.6" , features = [" gzip" , " futures-io" ] }
4545
You can’t perform that action at this time.
0 commit comments