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 d22510a02 Bump typed-builder from 0.18.0 to 0.18.1 in /lang/rust 
(#2693)
d22510a02 is described below

commit d22510a02b7e32873bb5621e0e1d13aeaea4ada8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 18 11:03:07 2024 +0200

    Bump typed-builder from 0.18.0 to 0.18.1 in /lang/rust (#2693)
    
    Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 
0.18.0 to 0.18.1.
    - 
[Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/idanarye/rust-typed-builder/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typed-builder
      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 c7c9e6c6c2ac10915d3b59934e3ba467a36e6d85)
---
 lang/rust/Cargo.lock      | 8 ++++----
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 538e48f35..e5b5ae23f 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1248,18 +1248,18 @@ dependencies = [
 
 [[package]]
 name = "typed-builder"
-version = "0.18.0"
+version = "0.18.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e47c0496149861b7c95198088cbf36645016b1a0734cf350c50e2a38e070f38a"
+checksum = "444d8748011b93cb168770e8092458cb0f8854f931ff82fdf6ddfbd72a9c933e"
 dependencies = [
  "typed-builder-macro",
 ]
 
 [[package]]
 name = "typed-builder-macro"
-version = "0.18.0"
+version = "0.18.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "982ee4197351b5c9782847ef5ec1fdcaf50503fb19d68f9771adae314e72b492"
+checksum = "563b3b88238ec95680aef36bdece66896eaa7ce3c0f1b4f39d38fb2435261352"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 9c1dc4edc..20c078cd4 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -69,7 +69,7 @@ snap = { default-features = false, version = "1.1.0", 
optional = true }
 strum = { default-features = false, version = "0.25.0" }
 strum_macros = { default-features = false, version = "0.25.3" }
 thiserror = { default-features = false, version = "1.0.56" }
-typed-builder = { default-features = false, version = "0.18.0" }
+typed-builder = { default-features = false, version = "0.18.1" }
 uuid = { default-features = false, version = "1.6.1", features = ["serde", 
"std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zstd = { default-features = false, version = "0.13.0", optional = true }

Reply via email to