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 e874dcdaa Bump serde from 1.0.207 to 1.0.208 in /lang/rust (#3097)
e874dcdaa is described below

commit e874dcdaa49e0c5d1fff3a3888e941dac2070c51
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 15 23:26:45 2024 +0300

    Bump serde from 1.0.207 to 1.0.208 in /lang/rust (#3097)
    
    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208)
    
    ---
    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 5ffc36ebb929a5edc1f192215e6e717e4b945321)
---
 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 d9177cad5..99b7813b3 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1163,9 +1163,9 @@ checksum = 
"61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 
 [[package]]
 name = "serde"
-version = "1.0.207"
+version = "1.0.208"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "5665e14a49a4ea1b91029ba7d3bca9f299e1f7cfa194388ccc20f14743e784f2"
+checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
 dependencies = [
  "serde_derive",
 ]
@@ -1181,9 +1181,9 @@ dependencies = [
 
 [[package]]
 name = "serde_derive"
-version = "1.0.207"
+version = "1.0.208"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "6aea2634c86b0e8ef2cfdc0c340baede54ec27b1e46febd7f80dffb2aa44a00e"
+checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 88e4e382f..60d5b8518 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.207", features = ["derive"] 
}
+serde = { default-features = false, version = "1.0.208", 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