File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -14,30 +14,30 @@ exclude = [".github", "rfcs"]
14
14
repository = " https://github.com/oblique/async-tftp-rs"
15
15
16
16
[dependencies ]
17
- bytes = " 1.5.0 "
18
- log = " 0.4.20 "
19
- thiserror = " 1 .0.48 "
17
+ bytes = " 1.10.1 "
18
+ log = " 0.4.27 "
19
+ thiserror = " 2 .0.12 "
20
20
21
- async-executor = " 1.5 .1"
22
- async-io = " 1.13 .0"
23
- async-lock = " 2.8 .0"
24
- blocking = " 1.3 .1"
25
- futures-lite = " 1.13 .0"
21
+ async-executor = " 1.13 .1"
22
+ async-io = " 2.4 .0"
23
+ async-lock = " 3.4 .0"
24
+ blocking = " 1.6 .1"
25
+ futures-lite = " 2.6 .0"
26
26
27
27
[dev-dependencies ]
28
- anyhow = " 1.0.75 "
29
- async-channel = " 1.9.0 "
30
- fern = " 0.6.2 "
28
+ anyhow = " 1.0.97 "
29
+ async-channel = " 2.3.1 "
30
+ fern = " 0.7.1 "
31
31
md5 = " 0.7.0"
32
- rand = { version = " 0.8.5 " , features = [" small_rng" ] }
32
+ rand = { version = " 0.9.0 " , features = [" small_rng" ] }
33
33
structopt = " 0.3.26"
34
- tempfile = " 3.8.0 "
35
- tokio = { version = " 1.32.0 " , features = [" rt-multi-thread" , " macros" ] }
34
+ tempfile = " 3.19.1 "
35
+ tokio = { version = " 1.44.2 " , features = [" rt-multi-thread" , " macros" ] }
36
36
37
37
# deps for tftpd-targz.rs
38
- async-compression = { version = " 0.4.3 " , features = [" gzip" , " futures-io" ] }
39
- async-std = { version = " 1.12.0 " , features = [" unstable" ] }
40
- async-tar = " 0.4.2 "
38
+ async-compression = { version = " 0.4.22 " , features = [" gzip" , " futures-io" ] }
39
+ async-std = { version = " 1.13.1 " , features = [" unstable" ] }
40
+ async-tar = " 0.5.0 "
41
41
42
42
[features ]
43
43
external-client-tests = []
You can’t perform that action at this time.
0 commit comments