From a01beedddc33528a63d1799918df2cc25d18305f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:55:15 +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 d2baf0d..4d28a9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ github = { repository = "j5ik2o/ulid-generator-rs", workflow = "Rust" } [dependencies] rand = { version = "0.8.5" } chrono = { version = "0.4.38"} -thiserror = { version = "1.0.59" } +thiserror = { version = "2.0.0" } serde = { version = "1.0.200", features = ["derive"], optional = true } uuid = { version = "1.8.0", features = ["v4"], optional = true }