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"