client/cli: Update to fdlimit 0.2.1 (#7249)

fdlimit 0.2.1 contains a small patch allowing compilation on platforms
where libc represents rlimits as u32.
This commit is contained in:
Max Inden
2020-10-02 10:51:21 +02:00
committed by GitHub
parent 47b53a26ee
commit a772eb27a2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ ansi_term = "0.12.1"
lazy_static = "1.4.0"
tokio = { version = "0.2.21", features = [ "signal", "rt-core", "rt-threaded", "blocking" ] }
futures = "0.3.4"
fdlimit = "0.2.0"
fdlimit = "0.2.1"
libp2p = "0.28.1"
parity-scale-codec = "1.3.0"
hex = "0.4.2"