From e7a77b70a47ec58977c46882a6de3cd79bc21d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:38:54 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- async-vfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-vfs/Cargo.toml b/async-vfs/Cargo.toml index 4bba919..5f5e5ef 100644 --- a/async-vfs/Cargo.toml +++ b/async-vfs/Cargo.toml @@ -13,4 +13,4 @@ readme = "../README.md" [dependencies] async-trait = "0.1.77" futures-lite = "2.3.0" -thiserror = "1.0.57" +thiserror = "2.0.0"