From 3bdfe978e989319f2f927e881f444628c6de0051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:19:48 +0000 Subject: [PATCH] fix(deps): update rust crate typed-builder to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83b4923..7b33dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ mockall = { version = "0.14.0", optional = true } serde_json = { version = "1.0.116", optional = true } time = "0.3.36" tokio = { version = "1.40", features = ["sync"] } -typed-builder = "0.22.0" +typed-builder = "0.23.0" log = { package = "log", version = "0.4", optional = true }