From 2d6a14d8b58564daccf06d3baf2de0ef0f3821e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:57:56 +0000 Subject: [PATCH] chore: Bump typed-builder from 0.21.1 to 0.21.2 Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.21.1 to 0.21.2. - [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/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: typed-builder dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1d18cc..3ac6121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,7 +866,7 @@ dependencies = [ "once_cell", "rand", "ring", - "thiserror 2.0.12", + "thiserror 2.0.15", "tinyvec", "tokio", "tracing", @@ -889,7 +889,7 @@ dependencies = [ "rand", "resolv-conf", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -2931,18 +2931,18 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "typed-builder" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478cb2887fa0a15be611e4dc0e900f693c31f1add497ac8794a24cd512a22df9" +checksum = "fef81aec2ca29576f9f6ae8755108640d0a86dd3161b2e8bca6cfa554e98f77d" dependencies = [ "typed-builder-macro", ] [[package]] name = "typed-builder-macro" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a840d281b4e2b22f6ca51168a373c06e7044e06420f0f12fe0e7b62c28df2f8" +checksum = "1ecb9ecf7799210407c14a8cfdfe0173365780968dc57973ed082211958e0b18" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 932d22e..a2db169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ thiserror = "2.0.15" tokio = { version = "1.47.1", features = ["io-util"] } tokio-util = { version = "0.7.16", features = ["io"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } -typed-builder = "0.21.1" +typed-builder = "0.21.2" url = "2.5.4" [dev-dependencies]