From cc2652691baac13392bc2203358f2213ac01f5e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:25:07 +0800 Subject: [PATCH] fix(deps): update rust crate typed-builder to 0.19.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2182759..9b77fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mockall = { version = "0.13.0", optional = true } serde_json = { version = "1.0.116", optional = true } time = "0.3.36" tokio = { version = "1.37", features = [ "full" ] } -typed-builder = "0.18.2" +typed-builder = "0.19.0" [dev-dependencies] spec = { path = "spec" }