aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2020-01-19 15:41:35 +0100
committerReiner Herrmann <reiner@reiner-h.de>2020-01-19 15:41:35 +0100
commit2823fd993f1f242d3238a552a1f4ef6c7c6f4403 (patch)
tree6de2f085851105f490996bb94730c90338d18e3a /Cargo.toml
parent544e5d2581aa85bd60b25673992deb3a704b1f7b (diff)
parent55eecac67802301fcc74ffd06a37bc9bae85e5ef (diff)
Merge branch 'master' into debian
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1adf0d..c094591 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtftp"
-version = "1.1.0"
+version = "1.1.1"
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.15.0"
-getopts = "0.2.19"
+nix = "0.16.1"
+getopts = "0.2.21"
threadpool = "1.7.1"
[[bin]]