Skip to content

Commit d3818d8

Browse files
committed
Upgrade dependencies
1 parent a7c8190 commit d3818d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 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.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"
2121
num-derive = "0.3.3"
2222
num-traits = "0.2.14"
23-
log = "0.4.11"
23+
log = "0.4.14"
2424

2525
async-trait = "0.1.42"
2626
async-io = "1.3.1"
2727
async-lock = "2.3.0"
2828
async-executor = "1.4.0"
2929
blocking = "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"
3434
structopt = "0.3.21"
35-
rand = { version = "0.7.3", features = ["small_rng"] }
35+
rand = { version = "0.8.3", features = ["small_rng"] }
3636
md5 = "0.7.0"
37-
tempfile = "3.1.0"
37+
tempfile = "3.2.0"
3838
fern = "0.6.0"
3939
async-channel = "1.5.1"
4040

4141
# deps for tftpd-targz.rs
42-
async-std = "1.8.0"
42+
async-std = "1.9.0"
4343
async-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]
4747
external-client-tests = []

0 commit comments

Comments
 (0)