chore(deps): Bump thiserror from 1.0.69 to 2.0.12 (#1142)

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

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

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] 2025-05-12 20:54:06 +08:00 committed by GitHub
parent 414cdc6336
commit 88b27ea0bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1089,7 +1089,7 @@ dependencies = [
"opendal", "opendal",
"reqwest", "reqwest",
"reqwest-middleware", "reqwest-middleware",
"thiserror 1.0.69", "thiserror 2.0.12",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tonic", "tonic",

View File

@ -30,7 +30,7 @@ dragonfly-client-backend = { path = "dragonfly-client-backend", version = "0.2.2
dragonfly-client-util = { path = "dragonfly-client-util", version = "0.2.27" } dragonfly-client-util = { path = "dragonfly-client-util", version = "0.2.27" }
dragonfly-client-init = { path = "dragonfly-client-init", version = "0.2.27" } dragonfly-client-init = { path = "dragonfly-client-init", version = "0.2.27" }
dragonfly-api = "=2.1.39" dragonfly-api = "=2.1.39"
thiserror = "1.0" thiserror = "2.0"
futures = "0.3.31" futures = "0.3.31"
reqwest = { version = "0.12.4", features = [ reqwest = { version = "0.12.4", features = [
"stream", "stream",