From 8f218eee395eb5f956e0ef067b9f976649aaabd5 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 04:02:53 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24f0236..627cc47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ slog-async = "2.8.0" tabwriter = "1.4.0" tap = "1.0.1" textwrap = "0.16.1" -thiserror = "1.0.69" +thiserror = "2.0.3" tokio = "1.41.1" toml = "0.8.19" tracing = "0.1.40"