From 50abe2de20a46813851deb4eaf509c6cfb6a205f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 03:29:25 +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 8e9c6aa..f8bec5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = [ ] [workspace.dependencies] -thiserror = "1.0" +thiserror = "2.0" anyhow = "1.0" zone = "0.3.0" regex = "1.5"