fix(deps): update rust crate thiserror to 2.0.18

This commit is contained in:
renovate[bot]
2026-01-24 11:24:57 +00:00
committed by GitHub
parent a88d926056
commit 7a458d0138
2 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ lazy-regex = "3.5.1"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.17"
thiserror = "2.0.18"
tokio = { version = "1.49.0", features = [
"macros",
"rt-multi-thread",