From a8dcc791110d13505f3434c75129b8efe4adde24 Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Wed, 8 Jan 2025 19:32:06 +0100 Subject: [PATCH] Drop Rc feature from serde --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 885a9e0..edf4465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,6 @@ clap = { version = "4.5.23", features = ["derive"] } colored = "3.0.0" quick-xml = { version = "0.37.2", features = ["async-tokio", "tokio"] } reqwest = "0.12.12" -serde = { version = "1.0.217", features = ["derive", "rc"] } +serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" tokio = { version = "1.42.0", features = ["macros"] }