From 1fdda078127be876921a6fc5e1fb4c928fc05b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:19:35 +0000 Subject: [PATCH] build(deps): bump thiserror-ext from 0.2.0 to 0.2.1 Bumps [thiserror-ext](https://github.com/risingwavelabs/thiserror-ext) from 0.2.0 to 0.2.1. - [Commits](https://github.com/risingwavelabs/thiserror-ext/commits) --- updated-dependencies: - dependency-name: thiserror-ext dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbe35a3ac..608da2a1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6181,9 +6181,9 @@ dependencies = [ [[package]] name = "thiserror-ext" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa35fd08b65a716e1a91479b00d03ed2ef4c92371a4900ceb6ec2b332f9d71df" +checksum = "ef4323942237f7cc071061f2c5f0db919e6053c2cdf58c6bc974883073429737" dependencies = [ "thiserror 1.0.69", "thiserror-ext-derive", @@ -6191,9 +6191,9 @@ dependencies = [ [[package]] name = "thiserror-ext-derive" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ec5bcb8889378397e46bcd9f8ac636e9045f42851561e05a700667151abd18" +checksum = "96541747c50e6c73e094737938f4f5dfaf50c48a31adff4197a3e2a481371674" dependencies = [ "either", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 11a431119..23cc32d86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -321,7 +321,7 @@ features = [ version = "2.0.11" [workspace.dependencies.thiserror-ext] -version = "0.2.0" +version = "0.2.1" # Async runtime [workspace.dependencies.tokio]