File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
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.22 "
19- bytes = " 1.0.0 "
20- nom = " 6.0.1 "
18+ thiserror = " 1.0.23 "
19+ bytes = " 1.0.1 "
20+ nom = " 6.1.0 "
2121num-derive = " 0.3.3"
2222num-traits = " 0.2.14"
23- log = " 0.4.11 "
23+ log = " 0.4.14 "
2424
2525async-trait = " 0.1.42"
2626async-io = " 1.3.1"
2727async-lock = " 2.3.0"
2828async-executor = " 1.4.0"
2929blocking = " 1.0.2"
30- futures-lite = " 1.11.2 "
30+ futures-lite = " 1.11.3 "
3131
3232[dev-dependencies ]
33- anyhow = " 1.0.35 "
33+ anyhow = " 1.0.38 "
3434structopt = " 0.3.21"
35- rand = { version = " 0.7 .3" , features = [" small_rng" ] }
35+ rand = { version = " 0.8 .3" , features = [" small_rng" ] }
3636md5 = " 0.7.0"
37- tempfile = " 3.1 .0"
37+ tempfile = " 3.2 .0"
3838fern = " 0.6.0"
3939async-channel = " 1.5.1"
4040
4141# deps for tftpd-targz.rs
42- async-std = " 1.8 .0"
42+ async-std = " 1.9 .0"
4343async-tar = " 0.3.0"
44- async-compression = { version = " 0.3.6 " , features = [" gzip" , " futures-io" ] }
44+ async-compression = { version = " 0.3.7 " , features = [" gzip" , " futures-io" ] }
4545
4646[features ]
4747external-client-tests = []
You can’t perform that action at this time.
0 commit comments