From 1e6cae97165ef67bff9ae6120585085720d8f3b6 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 16 Jun 2021 23:14:38 -0600 Subject: [PATCH] didn't need to set that one --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4c6dd5..55bc53d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crc = "^1.0.0" bcrypt = "0.4" chrono = "0.4.11" serde = "1.0.117" -serde_json = "1.0.117" +serde_json = "*" ron = "*" toml = "*" log = "*"