From 7277e70ff5436ad66b390cb6f9663975a63ec4e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:46:05 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- sbv2_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbv2_core/Cargo.toml b/sbv2_core/Cargo.toml index 866dbbb..ef9f1e4 100644 --- a/sbv2_core/Cargo.toml +++ b/sbv2_core/Cargo.toml @@ -24,7 +24,7 @@ regex = "1.10.6" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" tar = "0.4.41" -thiserror = "1.0.63" +thiserror = "2.0.0" tokenizers = { version = "0.21.0", default-features = false } zstd = "0.13.2"