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 1eae06f chore(deps): update typed-builder requirement from ^0.18 to
^0.19 (#28)
1eae06f is described below
commit 1eae06f040ef565a317e94eaa6aaf24a7beed95e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 4 17:33:44 2024 +0800
chore(deps): update typed-builder requirement from ^0.18 to ^0.19 (#28)
---
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 0f03c5b..906238c 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -33,5 +33,5 @@ serde = { version = "1", features = ["derive"] }
serde_with = "3.8.3"
serde_bytes = "0.11.15"
snafu = "0.8.3"
-typed-builder = "^0.18"
+typed-builder = "^0.19"
opendal = "0.48"