Update a bunch of schala-lang libraries

This commit is contained in:
greg 2019-08-14 10:18:35 -07:00
parent 44938aa4e6
commit 2e147e141e
1 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ authors = ["greg <greg.shuflin@protonmail.com>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
itertools = "0.5.8" itertools = "0.8.0"
take_mut = "0.1.3" take_mut = "0.2.2"
maplit = "*" maplit = "1.0.1"
lazy_static = "0.2.8" lazy_static = "1.3.0"
failure = "0.1.2" failure = "0.1.5"
ena = "0.11.0" ena = "0.11.0"
stopwatch = "0.0.7" stopwatch = "0.0.7"