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" ] }