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 358dab5e2 Bump serde from 1.0.197 to 1.0.198 in /lang/rust (#2861)
358dab5e2 is described below

commit 358dab5e26e38ebb42b8b5373c2c11ff9be19a7f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 18 08:43:05 2024 +0300

    Bump serde from 1.0.197 to 1.0.198 in /lang/rust (#2861)
    
    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.198.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)
    
    ---
    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 8c0c2ff74cebeca2efc8c3db5a89a7eafa0f6fc3)
---
 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 624a4c45a..ba371c6e1 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1167,18 +1167,18 @@ checksum = 
"92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
 
 [[package]]
 name = "serde"
-version = "1.0.197"
+version = "1.0.198"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
+checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.197"
+version = "1.0.198"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
+checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index d083a720b..593a88328 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.21" }
-serde = { default-features = false, version = "1.0.197", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.198", features = ["derive"] 
}
 serde_json = { default-features = false, version = "1.0.116", features = 
["std"] }
 
 [profile.release.package.hello-wasm]
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 836af1d7c..fc42e4c42 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.59", 
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.197", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.198", features = ["derive"] 
}
 
 
 [package.metadata.docs.rs]
diff --git a/lang/rust/wasm-demo/Cargo.toml b/lang/rust/wasm-demo/Cargo.toml
index e65b7631b..c56b4b5c5 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.197", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.198", features = ["derive"] 
}
 wasm-bindgen = "0.2.92"
 
 [dev-dependencies]

Reply via email to