From e071a8927483a5f2b1113b280962e1c320bccab6 Mon Sep 17 00:00:00 2001 From: justine Date: Sun, 11 Aug 2024 16:56:22 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e167c2..2375dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -config = { version = "0.14.0", features = ["ini"] } -serde = "1.0.205" +serde = { version = "1.0.206", features = ["derive"] } serde_yaml = "0.9.34"