From 5f88380f9ceae5bc9a9a0bd3e0238353b0b16fa3 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 5 Jan 2018 19:28:31 -0800 Subject: [PATCH] Update 'state' to '0.3.3' for 'Storage.clone()' fix. Fixes #505. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1e6e06aa..78b233df 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ log = "0.3" url = "1" toml = "0.4.2" num_cpus = "1" -state = "0.3.1" +state = "0.3.3" time = "0.1" memchr = "1" base64 = "0.6"