From 88b27ea0bcf50f256bac438d39d001fa8e198bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 20:54:06 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b57760d5..1a72a8e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ dependencies = [ "opendal", "reqwest", "reqwest-middleware", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-stream", "tonic", diff --git a/Cargo.toml b/Cargo.toml index 284b71be..391c78aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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-init = { path = "dragonfly-client-init", version = "0.2.27" } dragonfly-api = "=2.1.39" -thiserror = "1.0" +thiserror = "2.0" futures = "0.3.31" reqwest = { version = "0.12.4", features = [ "stream",