From dff1c535a1e9e41f6ad2813405457ead1900ec63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:16:18 +0000 Subject: [PATCH] chore(deps): update typed-builder requirement in /crates/ibc Updates the requirements on [typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the latest version. - [Changelog](https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md) - [Commits](https://github.com/idanarye/rust-typed-builder/commits) --- updated-dependencies: - dependency-name: typed-builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/ibc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index ae4d4d56b..4ea0d95f2 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -73,7 +73,7 @@ scale-info = { version = "2.1.2", default-features = false, features = ["derive" ## for borsh encode or decode borsh = {version = "0.10", default-features = false, optional = true } parking_lot = { version = "0.12.1", default-features = false, optional = true } -typed-builder = { version = "0.17.0", optional = true } +typed-builder = { version = "0.18.0", optional = true } ibc-derive = { version ="0.3.0", path = "../ibc-derive" }