diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2019-10-05 15:50:27 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2019-10-05 15:50:27 +0200 |
| commit | 441ca7d40ff8f625e65436cfadba191370535916 (patch) | |
| tree | 75fa5b5e93c873f2eae15f79b34838aee53b9c01 /Cargo.toml | |
| parent | c775a110e0b07c3257b6290060ee2cb1e815eeb1 (diff) | |
| parent | 8b9882c5337cc40f0d2a4e056d937f449c06a500 (diff) | |
Merge branch 'master' into debian
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [package] name = "rtftp" -version = "1.0.0" +version = "1.1.0" authors = ["Reiner Herrmann <reiner@reiner-h.de>"] edition = "2018" license = "GPL-3.0-or-later" @@ -10,8 +10,8 @@ lto = true panic = 'abort' [dependencies] -nix = "0.13.0" -getopts = "0.2.18" +nix = "0.15.0" +getopts = "0.2.19" threadpool = "1.7.1" [[bin]] |
