From c731a75cc36d50963bc58bbdb8018c36f0c7fc90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:26:40 +0000 Subject: [PATCH] chore(deps): bump typed-builder from 0.18.2 to 0.20.0 Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.18.2 to 0.20.0. - [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] --- Cargo.lock | 2 +- src/connector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01d0a064a8be5..f242eaf4b304b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10797,7 +10797,7 @@ dependencies = [ "tracing", "tracing-subscriber", "tracing-test", - "typed-builder 0.18.2", + "typed-builder 0.20.0", "url", "urlencoding", "uuid", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 90433e41c8092..6dd76e6575edb 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -174,7 +174,7 @@ tokio-stream = { workspace = true } tokio-util = { workspace = true, features = ["codec", "io"] } tonic = { workspace = true } tracing = "0.1" -typed-builder = "^0.18" +typed-builder = "^0.20" url = "2" urlencoding = "2" uuid = { version = "1", features = ["v4", "fast-rng"] }