Skip to content

Commit 37b2788

Browse files
committed
Upgrade dependencies
1 parent 6b53393 commit 37b2788

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ exclude = [".github", "rfcs"]
1515
repository = "https://github.com/oblique/async-tftp-rs"
1616

1717
[dependencies]
18-
thiserror = "1.0.23"
19-
bytes = "1.0.1"
20-
nom = "6.1.0"
18+
thiserror = "1.0.37"
19+
bytes = "1.3.0"
20+
nom = "7.1.1"
2121
num-derive = "0.3.3"
22-
num-traits = "0.2.14"
23-
log = "0.4.14"
22+
num-traits = "0.2.15"
23+
log = "0.4.17"
2424

25-
async-trait = "0.1.42"
26-
async-io = "1.3.1"
27-
async-lock = "2.3.0"
28-
async-executor = "1.4.0"
29-
blocking = "1.0.2"
30-
futures-lite = "1.11.3"
25+
async-trait = "0.1.59"
26+
async-io = "1.12.0"
27+
async-lock = "2.6.0"
28+
async-executor = "1.5.0"
29+
blocking = "1.3.0"
30+
futures-lite = "1.12.0"
3131

3232
[dev-dependencies]
33-
anyhow = "1.0.38"
34-
structopt = "0.3.21"
35-
rand = { version = "0.8.3", features = ["small_rng"] }
33+
anyhow = "1.0.66"
34+
structopt = "0.3.26"
35+
rand = { version = "0.8.5", features = ["small_rng"] }
3636
md5 = "0.7.0"
37-
tempfile = "3.2.0"
38-
fern = "0.6.0"
39-
async-channel = "1.5.1"
37+
tempfile = "3.3.0"
38+
fern = "0.6.1"
39+
async-channel = "1.8.0"
4040

4141
# deps for tftpd-targz.rs
42-
async-std = "1.9.0"
43-
async-tar = "0.3.0"
44-
async-compression = { version = "0.3.7", features = ["gzip", "futures-io"] }
42+
async-std = "1.12.0"
43+
async-tar = "0.4.2"
44+
async-compression = { version = "0.3.15", features = ["gzip", "futures-io"] }
4545

4646
[features]
4747
external-client-tests = []

0 commit comments

Comments
 (0)