Skip to content

Commit 8137eb9

Browse files
committed
Upgrade dependencies
1 parent e18d727 commit 8137eb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ repository = "https://github.com/oblique/async-tftp-rs"
1717
[dependencies]
1818
thiserror = "1.0.22"
1919
bytes = "0.6.0"
20-
nom = "6.0.0"
20+
nom = "6.0.1"
2121
num-derive = "0.3.3"
2222
num-traits = "0.2.14"
2323
log = "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"
2727
async-mutex = "1.4.0"
2828
async-executor = "1.4.0"
2929
blocking = "1.0.2"
3030
futures-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"
3535
rand = { version = "0.7.3", features = ["small_rng"] }
3636
md5 = "0.7.0"
3737
tempfile = "3.1.0"
3838
fern = "0.6.0"
3939
async-channel = "1.5.1"
4040

4141
# deps for tftpd-targz.rs
42-
async-std = "1.7.0"
42+
async-std = "1.8.0"
4343
async-tar = "0.3.0"
4444
async-compression = { version = "0.3.6", features = ["gzip", "futures-io"] }
4545

0 commit comments

Comments
 (0)