From a43a750c40f7e3df1c6184baa2a5c3388002a837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:14:26 +0000 Subject: [PATCH] chore(deps): update bon requirement from 2.3.0 to 3.1.0 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.0) --- updated-dependencies: - dependency-name: bon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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..7fbb86d03 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.0" } borsh = { workspace = true, optional = true } derive_more = { workspace = true } displaydoc = { workspace = true }