This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new c0d0bcf chore(deps): update snafu requirement from 0.8.3 to 0.9.0
(#184)
c0d0bcf is described below
commit c0d0bcf165efaa13a793481ddb854eb3b49f07ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:43:45 2026 +0800
chore(deps): update snafu requirement from 0.8.3 to 0.9.0 (#184)
Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to
permit the latest version.
- [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shepmaster/snafu/compare/0.8.3...0.9.0)
---
updated-dependencies:
- dependency-name: snafu
dependency-version: 0.9.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
crates/paimon/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml
index ee43014..abb48c1 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -47,7 +47,7 @@ serde_bytes = "0.11.15"
serde_json = "1.0.120"
serde_with = "3.9.0"
serde_repr = "0.1"
-snafu = "0.8.3"
+snafu = "0.9.0"
typed-builder = "^0.19"
opendal = { version = "0.55", features = ["services-fs"] }
pretty_assertions = "1"