aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:50:27 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:50:27 +0200
commit441ca7d40ff8f625e65436cfadba191370535916 (patch)
tree75fa5b5e93c873f2eae15f79b34838aee53b9c01 /Cargo.toml
parentc775a110e0b07c3257b6290060ee2cb1e815eeb1 (diff)
parent8b9882c5337cc40f0d2a4e056d937f449c06a500 (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 eb4bc6a..a1adf0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]]