From c23809ccd5dadba4a43f61fd6ef229c3fdfbdf9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:43:56 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9c51a020f..8aab24607c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1401,7 +1401,7 @@ dependencies = [ "tempfile", "testdir", "textwrap", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "tokio-io-timeout", "tokio-rustls", @@ -1508,7 +1508,7 @@ dependencies = [ "once_cell", "rand 0.8.5", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "yerpc", ] diff --git a/Cargo.toml b/Cargo.toml index 85672e3faf..f1e52d31d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,7 @@ sanitize-filename = "0.5" serde = "1.0" serde_json = "1" tempfile = "3.14.0" -thiserror = "1" +thiserror = "2" tokio = "1" tokio-util = "0.7.13" tracing-subscriber = "0.3"