From a07a5700aea610cd92c2823a982254f78523bafa Mon Sep 17 00:00:00 2001 From: Badr Date: Sat, 21 Dec 2024 15:13:23 +0100 Subject: [PATCH] update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdac3c6..3d5a158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3" ratatui = "0.29" tokio = { version = "1", features = ["full"] } dirs = "5" -toml = { version = "0.8" } +toml = "0.8" serde = { version = "1", features = ["derive"] } clap = { version = "4", features = ["derive", "cargo"] } terminal-light = "1"