From 17bfb49c75dcd2b5300de017cd3302b4287f6581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:31:50 +0000 Subject: [PATCH] Bump thiserror from 1.0.69 to 2.0.3 in the error-handling group (#3512) Bumps the error-handling group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 1.0.69 to 2.0.3 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: error-handling ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44d19f6ee..d1edfe9e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2629,7 +2629,7 @@ dependencies = [ "signal-hook-tokio", "tempfile", "testcontainers", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-postgres", "tokio-postgres-rustls", @@ -2677,7 +2677,7 @@ dependencies = [ "serde", "serde_json", "serde_test", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "trillium", @@ -2731,7 +2731,7 @@ dependencies = [ "sqlx", "tempfile", "testcontainers", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-postgres", "tracing", @@ -2760,7 +2760,7 @@ dependencies = [ "prio 0.17.0-alpha.0", "rand", "reqwest", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "tracing-log", @@ -2789,7 +2789,7 @@ dependencies = [ "retry-after", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tracing", "url", @@ -2834,7 +2834,7 @@ dependencies = [ "stopper", "tempfile", "testcontainers", - "thiserror 1.0.69", + "thiserror 2.0.3", "tokio", "tokio-stream", "tracing", @@ -2963,7 +2963,7 @@ dependencies = [ "rand", "serde", "serde_test", - "thiserror 1.0.69", + "thiserror 2.0.3", "url", ] diff --git a/Cargo.toml b/Cargo.toml index f2cbfbb47..e7d69b510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ sqlx = "0.8.2" stopper = "0.2.8" tempfile = "3.14.0" testcontainers = "0.22.0" -thiserror = "1.0" +thiserror = "2.0" tracing = "0.1.40" tracing-chrome = "0.7.2" tracing-log = "0.2.0"