From 49d996409367d7a41372974b8ea06aadf3dda044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 03:44:53 +0000 Subject: [PATCH] chore(deps): Update Rust crate thiserror to 1.0.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47a65a6..884fac1 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"} -thiserror = { version = "1.0.48" } +thiserror = { version = "1.0.49" } serde = { version = "1.0", features = ["derive"], optional = true } uuid = { version = "1.4.1", features = ["v4"], optional = true }