Update Rust crate thiserror to 2.0.17
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-10-05 00:20:27 +00:00
parent a7648edb3a
commit 87ff31dc29
2 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ actix-cors = "0.7.1"
lazy_static = "1.5.0"
anyhow = "1.0.100"
reqwest = { version = "0.12.23", features = ["json"] }
thiserror = "2.0.16"
thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
futures-util = "0.3.31"
lazy-regex = "3.4.1"