From 396bf022402b8864cf136aa458052296fdb757b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:08:35 +0800 Subject: [PATCH] fix(deps): update rust crate typed-builder to 0.18.1 (#58) 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 67ea9d3..a0c8cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.111", optional = true } time = "0.3.31" tokio = { version = "1.35.1", features = [ "full" ] } -typed-builder = "0.18.0" +typed-builder = "0.18.1" [dev-dependencies] spec = { path = "spec" }