This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 104a0167 minor: Update Cargo.lock to add home (#1785)
104a0167 is described below
commit 104a01679cecbe4f6c1fba4d8aaca5ce099a4693
Author: Shawn Chang <[email protected]>
AuthorDate: Sun Oct 26 20:32:54 2025 -0700
minor: Update Cargo.lock to add home (#1785)
## Which issue does this PR close?
- A minor followup of #1783
## What changes are included in this PR?
- Update Cargo.lock to add home
## Are these changes tested?
No
---
Cargo.lock | 1 +
1 file changed, 1 insertion(+)
diff --git a/Cargo.lock b/Cargo.lock
index e27e0512..1e520bd4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3783,6 +3783,7 @@ dependencies = [
"datafusion-cli",
"dirs",
"fs-err",
+ "home",
"iceberg",
"iceberg-catalog-rest",
"iceberg-datafusion",