This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a commit to branch update-deps
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git

commit 113bc7be4cceeb76f105f8cc5b361ca50dddb9ab
Author: Shiyan Xu <[email protected]>
AuthorDate: Mon Dec 30 21:42:36 2024 -0600

    build(deps): update dependencies
---
 Cargo.toml             | 1 -
 crates/core/Cargo.toml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 971e9eb..53d9ab6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,7 +64,6 @@ serde_json = { version = "1" }
 thiserror = { version = "2.0.3" }
 bytes = { version = "1" }
 paste = { version = "1.0.15" }
-once_cell = { version = "1.19.0" }
 strum = { version = "0.26.3", features = ["derive"] }
 strum_macros = "0.26.4"
 url = { version = "2" }
diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml
index d7c9d06..0b99e11 100644
--- a/crates/core/Cargo.toml
+++ b/crates/core/Cargo.toml
@@ -67,7 +67,6 @@ datafusion-expr = { workspace = true, optional = true }
 datafusion-common = { workspace = true, optional = true }
 datafusion-physical-expr = { workspace = true, optional = true }
 percent-encoding = { workspace = true }
-once_cell = { workspace = true }
 
 [dev-dependencies]
 hudi-tests = { path = "../tests" }

Reply via email to