From 8a76ccfda31355f65afff505cdedd224ba4d28e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 12:54:29 +0000 Subject: [PATCH] fix(deps): update rust crate typed-builder to 0.18.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b8f3b9..f9d2076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.116", optional = true } time = "0.3.36" tokio = { version = "1.37", features = [ "full" ] } -typed-builder = "0.18" +typed-builder = "0.18.2" [dev-dependencies] spec = { path = "spec" }