diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 12:07:37 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2021-08-06 12:07:37 +0200 |
| commit | 313149731550e47eb8003907b9ca573ad7a035e3 (patch) | |
| tree | 493dbb30d7fb93c5f1ae812d6583a3d3d915b143 /Cargo.toml | |
| parent | 1fbe88da96b9080751453990c127a6172237edea (diff) | |
Update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,9 +10,9 @@ lto = true panic = 'abort' [dependencies] -nix = "0.16.1" -getopts = "0.2.21" -threadpool = "1.7.1" +nix = "0.22.0" +getopts = "0.2" +threadpool = "1.0" [[bin]] name = "rtftpd" |
