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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5271b25  build(deps): update pyo3 requirement from 0.22.2 to 0.22.4 
(#212)
5271b25 is described below

commit 5271b25e9fbfba4e70b43f5329e9f80ef0c55c70
Author: Jonathan Chen <[email protected]>
AuthorDate: Fri Dec 6 04:22:48 2024 -0500

    build(deps): update pyo3 requirement from 0.22.2 to 0.22.4 (#212)
    
    Co-authored-by: Shiyan Xu <[email protected]>
---
 python/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/Cargo.toml b/python/Cargo.toml
index 1861c65..6fc310b 100644
--- a/python/Cargo.toml
+++ b/python/Cargo.toml
@@ -46,5 +46,5 @@ futures = { workspace = true }
 tokio = { workspace = true }
 
 [dependencies.pyo3]
-version = "0.22.2"
+version = "0.22.4"
 features = ["extension-module", "abi3", "abi3-py39"]

Reply via email to