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 2022/11/02 12:34:13 UTC

[avro] branch branch-1.11 updated: Bump typed-builder from 0.10.0 to 0.11.0 in /lang/rust (#1939)

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 b09550194 Bump typed-builder from 0.10.0 to 0.11.0 in /lang/rust (#1939)
b09550194 is described below

commit b095501949ed2532e2512bf54471269626f5bb76
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 2 14:33:34 2022 +0200

    Bump typed-builder from 0.10.0 to 0.11.0 in /lang/rust (#1939)
    
    Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.10.0 to 0.11.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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 382ceb1e506ed1537279fd9fd88f512db87ef24a)
---
 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 860820b56..30cff124b 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1097,9 +1097,9 @@ dependencies = [
 
 [[package]]
 name = "typed-builder"
-version = "0.10.0"
+version = "0.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
+checksum = "47a126a40dbff39e8320900cd61b8de053a2706e1f782cd27145792feb8fd41e"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 8012c3e9f..102c4d8c9 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -69,7 +69,7 @@ snap = { default-features = false, version = "1.0.5", 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.37" }
-typed-builder = { default-features = false, version = "0.10.0" }
+typed-builder = { default-features = false, version = "0.11.0" }
 uuid = { default-features = false, version = "1.2.1", features = ["serde", "std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zerocopy = { default-features = false, version = "0.6.1" }