From a4944baeab14d67d120e081d86a3b14694d0b29a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:16:26 +0000 Subject: [PATCH] Update typed-builder requirement from 0.22.0 to 0.23.0 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/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: typed-builder dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e907be..b42b467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3" tokio = { version = "1", features = ["net"] } tokio-util = { version = "0.7", features = ["codec"] } winnow = "0.7" -typed-builder = "0.22.0" +typed-builder = "0.23.0" tokio-rustls = "0.26.2" webpki-roots = "1.0.2" rustls = "0.23.31"