This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c6b15ef9 Bump typed-builder from 0.11.0 to 0.12.0 in /lang/rust 
(#2074)
4c6b15ef9 is described below

commit 4c6b15ef9d440ece3134dacb60ef9655d59a1e7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 31 10:45:25 2023 +0200

    Bump typed-builder from 0.11.0 to 0.12.0 in /lang/rust (#2074)
    
    Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 
0.11.0 to 0.12.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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 57eef7058..84748cb75 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -990,9 +990,9 @@ dependencies = [
 
 [[package]]
 name = "typed-builder"
-version = "0.11.0"
+version = "0.12.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "47a126a40dbff39e8320900cd61b8de053a2706e1f782cd27145792feb8fd41e"
+checksum = "6179333b981641242a768f30f371c9baccbfcc03749627000c500ab88bf4528b"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 1f61762c2..36f0274fd 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.11.0" }
+typed-builder = { default-features = false, version = "0.12.0" }
 uuid = { default-features = false, version = "1.2.2", features = ["serde", 
"std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zerocopy = { default-features = false, version = "0.6.1" }

Reply via email to