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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-28 13:19:35 +00:00
committed by GitHub
parent 7f72ba51f9
commit fcd98074e4
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -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",

View File

@@ -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]