From 39b7d3cb63faafe446b9a0695d6ef06ae50f7afb Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 12 Jul 2023 12:45:48 +0100 Subject: remove serde dependencies --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 32be834..153f648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,10 +9,9 @@ edition = "2021" [dependencies] async-recursion = "1.0.4" async-trait = "0.1.68" -quick-xml = { git = "https://github.com/tafia/quick-xml.git", features = ["async-tokio", "serialize"] } +quick-xml = { git = "https://github.com/tafia/quick-xml.git", features = ["async-tokio"] } # TODO: remove unneeded features rsasl = { version = "2", default_features = false, features = ["provider_base64", "plain", "config_builder"] } -serde = { version = "1.0.164", features = ["derive"] } tokio = { version = "1.28", features = ["full"] } tokio-native-tls = "0.3.1" trust-dns-resolver = "0.22.0" -- cgit