From 3c4cb27d55faa8885421bfedcec0ef3501702793 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 20 Jun 2017 16:46:07 -0700 Subject: [PATCH] Upgrade 'state' to 0.3 to prevent memory leaks. Fixes #323. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 53705b77..bec8a188 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ log = "0.3" url = "1" toml = "0.4" num_cpus = "1" -state = "0.2.2" +state = "0.3.1" time = "0.1" memchr = "1" base64 = "0.6"