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

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


The following commit(s) were added to refs/heads/branch-1.12 by this push:
     new 4d58578f8 Bump serde from 1.0.208 to 1.0.209 in /lang/rust (#3120)
4d58578f8 is described below

commit 4d58578f84449347b1bbc7bc8f950d7fc33027e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 27 12:10:17 2024 +0300

    Bump serde from 1.0.208 to 1.0.209 in /lang/rust (#3120)
    
    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209)
    
    ---
    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 b8150b89775fa5cc70e1b9a8a4d448054dff3f4d)
---
 lang/rust/Cargo.lock | 8 ++++----
 lang/rust/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index bd4732207..5cf56eca5 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1173,9 +1173,9 @@ checksum = 
"61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 
 [[package]]
 name = "serde"
-version = "1.0.208"
+version = "1.0.209"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
+checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
 dependencies = [
  "serde_derive",
 ]
@@ -1191,9 +1191,9 @@ dependencies = [
 
 [[package]]
 name = "serde_derive"
-version = "1.0.208"
+version = "1.0.209"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
+checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 60d5b8518..eca4697c7 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.22" }
-serde = { default-features = false, version = "1.0.208", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.209", features = ["derive"] 
}
 serde_bytes = { default-features = false, version = "0.11.15", features = 
["std"] }
 serde_json = { default-features = false, version = "1.0.125", features = 
["std"] }
 

Reply via email to