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 954f45684 Bump serde from 1.0.195 to 1.0.196 in /lang/rust (#2717)
954f45684 is described below

commit 954f456846d101df7cf7b7970b6550a7e63a098c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 30 09:11:08 2024 +0200

    Bump serde from 1.0.195 to 1.0.196 in /lang/rust (#2717)
    
    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.196.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.195...v1.0.196)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit f4e1770bf269dcbaf99f72d4cff8fc164d863e19)
---
 lang/rust/Cargo.lock             | 8 ++++----
 lang/rust/Cargo.toml             | 2 +-
 lang/rust/avro_derive/Cargo.toml | 2 +-
 lang/rust/wasm-demo/Cargo.toml   | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 5c0a5cfaf..ef9e152ef 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1093,18 +1093,18 @@ checksum = 
"94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 
 [[package]]
 name = "serde"
-version = "1.0.195"
+version = "1.0.196"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
+checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.195"
+version = "1.0.196"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
+checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index c97965c1e..1fa4a6db0 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -42,7 +42,7 @@ documentation = "https://docs.rs/apache-avro";
 # dependencies used by more than one members
 [workspace.dependencies]
 log = { default-features = false, version = "0.4.20" }
-serde = { default-features = false, version = "1.0.195", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.196", features = ["derive"] 
}
 serde_json = { default-features = false, version = "1.0.111", features = 
["std"] }
 
 [profile.release.package.hello-wasm]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 37bbbf8ff..de2169b5e 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -42,4 +42,4 @@ syn = { default-features = false, version = "2.0.48", 
features = ["full", "fold"
 [dev-dependencies]
 apache-avro = { default-features = false, path = "../avro", features = 
["derive"] }
 proptest = { default-features = false, version = "1.4.0", features = ["std"] }
-serde = { default-features = false, version = "1.0.195", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.196", features = ["derive"] 
}
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index 898df6c2b..71afbc179 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.195", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.196", features = ["derive"] 
}
 wasm-bindgen = "0.2.90"
 
 [dev-dependencies]

Reply via email to