From 55b017d6ea58e1071a3f0990cd751cce520a16b1 Mon Sep 17 00:00:00 2001 From: "bootc-actions-token[bot]" <225049296+bootc-actions-token[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 15:06:49 +0000 Subject: [PATCH] chore(deps): 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 3ad1eb5..02461c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ rustix = { version = "1.0", features = ["process", "fs", "net"] } serde = { features = ["derive"], version = "1.0.125" } serde_json = "1.0.64" semver = "1.0.4" -thiserror = "1" +thiserror = "2" tokio = { features = ["fs", "io-util", "macros", "process", "rt", "sync"], version = "1" } tracing = "0.1" # We support versions 2, 3 and 4