Remove direct dependency on thiserror
Thiserror is still a transitive dependency due to tungstenite.
This commit is contained in:
parent
34eda3dbd1
commit
547256b842
4 changed files with 58 additions and 16 deletions
|
|
@ -6,7 +6,6 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serde = { version = "1.0.147", features = ["derive"] }
|
||||
serde_json = "1.0.87"
|
||||
thiserror = "1.0.37"
|
||||
time = { version = "0.3.15", features = ["serde"] }
|
||||
tokio = { version = "1.21.2", features = ["time", "sync", "macros", "rt"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue