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 125d3d91a Bump typed-builder from 0.18.1 to 0.18.2 in /lang/rust
(#2856)
125d3d91a is described below
commit 125d3d91ab64fed1b08b8d5a737412ca6e9e6dbd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 16 21:25:42 2024 +0300
Bump typed-builder from 0.18.1 to 0.18.2 in /lang/rust (#2856)
(cherry picked from commit 506568c6d441cc71d8c119a29b28fc5b83f623a1)
---
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 1280d396f..3abeb00b7 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1315,18 +1315,18 @@ dependencies = [
[[package]]
name = "typed-builder"
-version = "0.18.1"
+version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "444d8748011b93cb168770e8092458cb0f8854f931ff82fdf6ddfbd72a9c933e"
+checksum = "77739c880e00693faef3d65ea3aad725f196da38b22fdc7ea6ded6e1ce4d3add"
dependencies = [
"typed-builder-macro",
]
[[package]]
name = "typed-builder-macro"
-version = "0.18.1"
+version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "563b3b88238ec95680aef36bdece66896eaa7ce3c0f1b4f39d38fb2435261352"
+checksum = "1f718dfaf347dcb5b983bfc87608144b0bad87970aebcbea5ce44d2a30c08e63"
dependencies = [
"proc-macro2",
"quote",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 6920fc073..2ea50385f 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.26.2" }
strum_macros = { default-features = false, version = "0.26.2" }
thiserror = { default-features = false, version = "1.0.58" }
-typed-builder = { default-features = false, version = "0.18.1" }
+typed-builder = { default-features = false, version = "0.18.2" }
uuid = { default-features = false, version = "1.8.0", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zstd = { default-features = false, version = "0.13.1", optional = true }