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 2aa501c  chore(deps): update serde_avro_fast requirement from 1.1.2 to 
2.0.2 (#182)
2aa501c is described below

commit 2aa501c105528ec1ddf3264abd3442e02008ccaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:44:49 2026 +0800

    chore(deps): update serde_avro_fast requirement from 1.1.2 to 2.0.2 (#182)
    
    Updates the requirements on 
[serde_avro_fast](https://github.com/Ten0/serde_avro_fast) to permit the latest 
version.
    - [Commits](https://github.com/Ten0/serde_avro_fast/commits)
    
    ---
    updated-dependencies:
    - dependency-name: serde_avro_fast
      dependency-version: 2.0.2
      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 abb48c1..ab96fec 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -73,5 +73,5 @@ urlencoding = "2.1"
 [dev-dependencies]
 axum = { version = "0.7", features = ["macros", "tokio", "http1", "http2"] }
 rand = "0.8.5"
-serde_avro_fast = { version = "1.1.2", features = ["snappy"] }
+serde_avro_fast = { version = "2.0.2", features = ["snappy"] }
 tempfile = "3"

Reply via email to