fix(deps): update rust crate thiserror to v2
This commit is contained in:
@@ -24,7 +24,7 @@ reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] }
|
|||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
serde_json = "1.0.114"
|
serde_json = "1.0.114"
|
||||||
strum = "0.26.1"
|
strum = "0.26.1"
|
||||||
thiserror = "1.0.57"
|
thiserror = "2.0.0"
|
||||||
tokio = { version = "1.36.0", features = ["full"] }
|
tokio = { version = "1.36.0", features = ["full"] }
|
||||||
tokio-stream = "0.1.14"
|
tokio-stream = "0.1.14"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user