chore(deps): bump thiserror from 1.0.69 to 2.0.18

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.18)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-29 20:50:06 +00:00
committed by GitHub
parent 13f7be2ed5
commit 457b79f7ba
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4542,7 +4542,7 @@ dependencies = [
"sys-info",
"tempfile",
"test-case",
"thiserror 1.0.69",
"thiserror 2.0.18",
"tiktoken-rs",
"tokenizers 0.21.4",
"tokio",
@@ -4714,7 +4714,7 @@ dependencies = [
"serde_yaml",
"socket2",
"subtle",
"thiserror 1.0.69",
"thiserror 2.0.18",
"tokio",
"tokio-stream",
"tokio-tungstenite 0.29.0",
+1 -1
View File
@@ -58,7 +58,7 @@ serde_yaml = { version = "0.9.32", default-features = false }
shellexpand = { version = "3", default-features = false, features = ["base-0", "tilde"] }
strum = { version = "0.27.1", default-features = false, features = ["derive", "std"] }
tempfile = { version = "3.10.1", default-features = false }
thiserror = { version = "1.0.49", default-features = false }
thiserror = { version = "2.0.18", default-features = false }
tokio = { version = "1.48", default-features = false }
tokio-stream = { version = "0.1.16", default-features = false }
tokio-util = { version = "0.7.12", default-features = false }