From 44ecbcfb0e554c6e44991908d9a8269ec5269544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 20:53:26 +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 cf7a5e9..f5faad7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,7 +520,7 @@ dependencies = [ "rust-embed", "serde", "serde_regex", - "thiserror 1.0.69", + "thiserror 2.0.11", "tokio", "toml", "tracing", diff --git a/Cargo.toml b/Cargo.toml index cd417de..3ac2424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities", "multimedia"] edition = "2021" [workspace.dependencies] -thiserror = "1.0.69" +thiserror = "2.0.11" serde = { version = "1.0.217", features = ["derive"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }