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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 5dbed739b [NO_JIRA] [Rust] Use serde as a workspace dependency
5dbed739b is described below

commit 5dbed739b9cee8607f620bdd0907afbc5cad4d96
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Aug 13 09:02:28 2024 +0300

    [NO_JIRA] [Rust] Use serde as a workspace dependency
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    (cherry picked from commit 7f509be4aa211f20c29c5014e6c2ccd3886d0034)
---
 lang/rust/avro_derive/Cargo.toml | 2 +-
 lang/rust/wasm-demo/Cargo.toml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 28c3f8e95..8b3483412 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -42,7 +42,7 @@ syn = { default-features = false, version = "2.0.74", 
features = ["full", "fold"
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }
 proptest = { default-features = false, version = "1.5.0", features = ["std"] }
-serde = { default-features = false, version = "1.0.206", features = ["derive"] 
}
+serde = { workspace = true }
 
 
 [package.metadata.docs.rs]
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index c32953382..9fef338b0 100644
--- a/lang/rust/wasm-demo/Cargo.toml
+++ b/lang/rust/wasm-demo/Cargo.toml
@@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]
 
 [dependencies]
 apache-avro = { path = "../avro" }
-serde = { default-features = false, version = "1.0.206", features = ["derive"] 
}
+serde = { workspace = true }
 wasm-bindgen = "0.2.92"
 
 [dev-dependencies]

Reply via email to