From 1065385797f30e9c78a01387f3a3417a768e7364 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Nov 2024 05:01:29 +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 a6fc39a..46644a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ derive_more = { version = "1.0.0-beta", features = [ ] } derive-with = "0.5" anyhow = "1.0" -thiserror = "1.0" +thiserror = "2.0" pike = "0.1" # iters -- 2.45.2