From d578aa0fc738d124196553b1a25c5b5d43024cbd Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 13 Oct 2021 01:19:17 -0700 Subject: [PATCH] Update serde --- schala-repl/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schala-repl/Cargo.toml b/schala-repl/Cargo.toml index 2385723..cca09b8 100644 --- a/schala-repl/Cargo.toml +++ b/schala-repl/Cargo.toml @@ -12,9 +12,9 @@ itertools = "0.10" lazy_static = "0.2.8" maplit = "*" colored = "1.8" -serde = "1.0.91" -serde_derive = "1.0.91" -serde_json = "1.0.15" +serde = "1.0" +serde_derive = "1.0" +serde_json = "1.0" phf = "0.7.12" includedir = "0.2.0" linefeed = "0.6.0"