deleting rc feature

This commit is contained in:
pxp9 2023-08-28 21:01:49 +02:00
parent b84f1df2e4
commit 9eab6d916d
No known key found for this signature in database
GPG key ID: E80A66CE09079518

View file

@ -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]