diff --git a/Cargo.toml b/Cargo.toml index 3f4f941..7632cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ bytes = "1.0.1" cookie_store = "^0.20" reqwest = { version = "^0.11", default-features = false, features = ["cookies"] } url = "2.2.2" -serde = {version = "1.0.147", features = ["rc"], optional = true} +serde = {version = "1.0.147", optional = true} serde_derive = {version = "1.0.147" , optional = true } [dev-dependencies]