From 02c70deecba955c1b01f661ed7a709038e90addc Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 22 Apr 2022 19:24:38 +0100 Subject: refactor (#327) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 833003a0..be1c1b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,8 +40,7 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" indicatif = "0.16.2" -serde_derive = "1.0.125" -serde = "1.0.126" +serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.75" tui = "0.16" termion = "1.5" -- cgit v1.3.1