From bb292a8a50ed6d7cafb0df7607c6101897d61741 Mon Sep 17 00:00:00 2001 From: Dalvany <9901407+Dalvany@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:55:58 +0100 Subject: [PATCH] chore: bump dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 141f7d8..076d493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ rphonetic = { version = "3.0", optional = true } fst = { version = "0.4", optional = true } # Error handling -thiserror = "1.0" +thiserror = "2.0" rustc-hash = "2.0" derive_builder = { version = "0.20", optional = true }