Drop Rc feature from serde

This commit is contained in:
Love 2025-01-08 19:32:06 +01:00
parent b0df48293c
commit a8dcc79111

View File

@ -35,6 +35,6 @@ clap = { version = "4.5.23", features = ["derive"] }
colored = "3.0.0" colored = "3.0.0"
quick-xml = { version = "0.37.2", features = ["async-tokio", "tokio"] } quick-xml = { version = "0.37.2", features = ["async-tokio", "tokio"] }
reqwest = "0.12.12" reqwest = "0.12.12"
serde = { version = "1.0.217", features = ["derive", "rc"] } serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134" serde_json = "1.0.134"
tokio = { version = "1.42.0", features = ["macros"] } tokio = { version = "1.42.0", features = ["macros"] }