chore(cargo): bump thiserror from 1.0.69 to 2.0.9

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

---
updated-dependencies:
- dependency-name: thiserror
  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]
2025-02-01 21:43:56 +00:00
committed by GitHub
parent ecbec41b97
commit c23809ccd5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1401,7 +1401,7 @@ dependencies = [
"tempfile", "tempfile",
"testdir", "testdir",
"textwrap", "textwrap",
"thiserror 1.0.69", "thiserror 2.0.9",
"tokio", "tokio",
"tokio-io-timeout", "tokio-io-timeout",
"tokio-rustls", "tokio-rustls",
@@ -1508,7 +1508,7 @@ dependencies = [
"once_cell", "once_cell",
"rand 0.8.5", "rand 0.8.5",
"serde_json", "serde_json",
"thiserror 1.0.69", "thiserror 2.0.9",
"tokio", "tokio",
"yerpc", "yerpc",
] ]

View File

@@ -189,7 +189,7 @@ sanitize-filename = "0.5"
serde = "1.0" serde = "1.0"
serde_json = "1" serde_json = "1"
tempfile = "3.14.0" tempfile = "3.14.0"
thiserror = "1" thiserror = "2"
tokio = "1" tokio = "1"
tokio-util = "0.7.13" tokio-util = "0.7.13"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"