1 Commits

Author SHA1 Message Date
renovate[bot]
678c1983e9 fix(deps): update rust crate thiserror to v2 2024-12-01 00:57:06 +00:00

View File

@@ -23,8 +23,8 @@ log = "0.4.21"
reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
strum = "0.27.0"
thiserror = "1.0.57"
strum = "0.26.1"
thiserror = "2.0.0"
tokio = { version = "1.36.0", features = ["full"] }
tokio-stream = "0.1.14"