From 97fa1b450b11fb0b843e0e7bd0bb7f6fda06f871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:14:03 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.69 to 2.0.11 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6019dce..3cd2f5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -540,7 +540,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "thiserror 1.0.69", + "thiserror 2.0.11", "tokio", "tracing", "tracing-logfmt", diff --git a/Cargo.toml b/Cargo.toml index ed966c6..512e294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ tracing = { version = "0.1", features = ["log", "async-await"] } color-eyre = "0.6" schemars = "0.8" futures = "0.3" -thiserror = "1.0" +thiserror = "2.0" # pretty_env_logger = "0.5.0" tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] } tracing-logfmt = "0.3.4"