From 944aa79a8f54c06ad067153a12d8de34ed3bdbaf Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 23 Jan 2018 18:53:30 -0800 Subject: [PATCH] Update 'state' to 0.4. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a7fbbd61..d3d3cf06 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ log = "0.3" percent-encoding = "1" toml = "0.4.2" num_cpus = "1.0" -state = "0.3.3" +state = "0.4" time = "0.1" memchr = "2" base64 = "0.9"