chore(deps): bump thiserror from 1.0.69 to 2.0.18 (#9506)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-16 18:15:21 -04:00
committed by GitHub
parent 59521f455f
commit 943f3e9352
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -4618,7 +4618,7 @@ dependencies = [
"sys-info",
"tempfile",
"test-case",
"thiserror 1.0.69",
"thiserror 2.0.18",
"tiktoken-rs",
"tokenizers",
"tokio",
@@ -4764,7 +4764,7 @@ dependencies = [
"serde_json",
"tempfile",
"test-case",
"thiserror 1.0.69",
"thiserror 2.0.18",
"tokio",
"tokio-stream",
"tracing",
@@ -4829,7 +4829,7 @@ dependencies = [
"serde_path_to_error",
"serde_yaml",
"socket2",
"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.28.0", 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 }