From d995df78fc09b6f7ca9cf2fb1658db05c3d79c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:05:11 +0200 Subject: [PATCH] chore(deps): update typed-builder requirement from 0.18.2 to 0.19.1 (#1279) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ibc-testkit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc-testkit/Cargo.toml b/ibc-testkit/Cargo.toml index 54830887e..f75cacd49 100644 --- a/ibc-testkit/Cargo.toml +++ b/ibc-testkit/Cargo.toml @@ -25,7 +25,7 @@ schemars = { workspace = true, optional = true } serde = { workspace = true, optional = true } serde-json = { workspace = true, optional = true } subtle-encoding = { workspace = true } -typed-builder = { version = "0.18.2" } +typed-builder = { version = "0.19.1" } # ibc dependencies ibc = { workspace = true, features = [ "std" ] }