Upgrade 'state' to 0.3 to prevent memory leaks.

Fixes #323.
This commit is contained in:
Sergio Benitez 2017-06-20 16:46:07 -07:00
parent 3f87b16d75
commit 3c4cb27d55
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ log = "0.3"
url = "1" url = "1"
toml = "0.4" toml = "0.4"
num_cpus = "1" num_cpus = "1"
state = "0.2.2" state = "0.3.1"
time = "0.1" time = "0.1"
memchr = "1" memchr = "1"
base64 = "0.6" base64 = "0.6"