From cb1e23dbd1aa7da822e4fedc3bb4bf4065f2251b Mon Sep 17 00:00:00 2001 From: Vasily Kolobkov <> Date: Thu, 25 Feb 2016 22:46:23 +0200 Subject: [PATCH] Bump net2 dependency to 0.2.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 185f36fa..cb75de62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ip = "~1.1.0" libc = "~0.2.6" log = "~0.3.4" maidsafe_utilities = "~0.1.5" -net2 = "~0.2.20" +net2 = "~0.2.22" quick-error = "0.2.2" rand = "~0.3.12" rustc-serialize = "~0.3.16"