mirror of
https://github.com/lov3b/ecb-rates.git
synced 2025-02-22 09:50:10 +01:00
Drop Rc feature from serde
This commit is contained in:
parent
b0df48293c
commit
a8dcc79111
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user