From 7b5b937f8a0d790288ce25b3bfc928ba920a0db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:14:45 +0000 Subject: [PATCH] Update typed-builder requirement from 0.10.0 to 0.18.2 --- updated-dependencies: - dependency-name: typed-builder 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 3b40fff..fc37cd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ thiserror = "1.0.31" sha2 = "0.10.6" [dev-dependencies] -typed-builder = "0.10.0" +typed-builder = "0.18.2"