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/02/13 22:15:25 UTC

[avro] branch branch-1.11 updated: Update typed-builder requirement from 0.9.1 to 0.10.0 in /lang/rust (#1539)

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 c59909c  Update typed-builder requirement from 0.9.1 to 0.10.0 in /lang/rust (#1539)
c59909c is described below

commit c59909c8e6988db75e0ca6a006b8aaed5abd81cb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 14 00:08:14 2022 +0200

    Update typed-builder requirement from 0.9.1 to 0.10.0 in /lang/rust (#1539)
    
    Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version.
    - [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
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 28cdc9fe57bc4d4abf8b28c9cb4b9859b4d34cdd)
---
 lang/rust/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index dba7266..b6ad8d5 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -67,7 +67,7 @@ snap = { version = "1.0.5", optional = true }
 strum = "0.23.0"
 strum_macros = "0.23.1"
 thiserror = "1.0.29"
-typed-builder = "0.9.1"
+typed-builder = "0.10.0"
 uuid = { version = "0.8.2", features = ["serde", "v4"] }
 zerocopy = "0.6.1"
 lazy_static = "1.1.1"