Update Rust crate thiserror to 2.0.18
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-01-19 00:18:31 +00:00
parent 261839b323
commit 09fde0222d
2 changed files with 11 additions and 11 deletions

View File

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