You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2023/03/07 09:53:32 UTC

[avro] branch branch-1.11 updated: Bump typed-builder from 0.12.0 to 0.13.0 in /lang/rust (#2130)

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 240e904d4 Bump typed-builder from 0.12.0 to 0.13.0 in /lang/rust (#2130)
240e904d4 is described below

commit 240e904d4bdca930046be9e79c328a0e5d74bc7f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 7 11:52:53 2023 +0200

    Bump typed-builder from 0.12.0 to 0.13.0 in /lang/rust (#2130)
    
    Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.12.0 to 0.13.0.
    - [Release notes](https://github.com/idanarye/rust-typed-builder/releases)
    - [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-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 49b45bd27067520f4c8b48f5c0f7dd9aabc3dbeb)
---
 lang/rust/Cargo.lock      | 4 ++--
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index ad478b16a..708ed03d6 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -998,9 +998,9 @@ dependencies = [
 
 [[package]]
 name = "typed-builder"
-version = "0.12.0"
+version = "0.13.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6179333b981641242a768f30f371c9baccbfcc03749627000c500ab88bf4528b"
+checksum = "bd5c107dcbf45d40f13749fe0a83dc58a41af3a01c3fc605806f39d3b5ec8f1a"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index b46297dc5..02e95ad19 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -70,7 +70,7 @@ snap = { default-features = false, version = "1.1.0", optional = true }
 strum = { default-features = false, version = "0.24.1" }
 strum_macros = { default-features = false, version = "0.24.3" }
 thiserror = { default-features = false, version = "1.0.38" }
-typed-builder = { default-features = false, version = "0.12.0" }
+typed-builder = { default-features = false, version = "0.13.0" }
 uuid = { default-features = false, version = "1.3.0", features = ["serde", "std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zerocopy = { default-features = false, version = "0.6.1" }