From c8d65b56e5aeff87d2c13a6b36a0d61e44eaf7a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:01:59 +0100 Subject: [PATCH] chore(deps): update bon requirement from 2.3.0 to 3.1.1 (#1383) Updates the requirements on [bon](https://github.com/elastio/bon) to permit the latest version. - [Release notes](https://github.com/elastio/bon/releases) - [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml) - [Commits](https://github.com/elastio/bon/compare/v2.3.0...v3.1.1) --- updated-dependencies: - dependency-name: bon 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 a44ccc00e..8e43636b8 100644 --- a/ibc-testkit/Cargo.toml +++ b/ibc-testkit/Cargo.toml @@ -17,7 +17,7 @@ description = """ [dependencies] # external dependencies -bon = { version = "2.3.0" } +bon = { version = "3.1.1" } borsh = { workspace = true, optional = true } derive_more = { workspace = true } displaydoc = { workspace = true }