From 9a3bff08f1a8fadb827feb22ca0e64f9cf197781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:21:32 +0000 Subject: [PATCH] chore(deps): bump bon from 3.3.2 to 3.4.0 Bumps [bon](https://github.com/elastio/bon) from 3.3.2 to 3.4.0. - [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/v3.3.2...v3.4.0) --- updated-dependencies: - dependency-name: bon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4b4679..17ed89a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,9 +544,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.3.2" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe7acc34ff59877422326db7d6f2d845a582b16396b6b08194942bf34c6528ab" +checksum = "8a8a41e51fda5f7d87152d00f50d08ce24bf5cee8a962facf7f2526a66f8a5fa" dependencies = [ "bon-macros", "rustversion", @@ -554,9 +554,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.3.2" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4159dd617a7fbc9be6a692fe69dc2954f8e6bb6bb5e4d7578467441390d77fd0" +checksum = "6b592add4016ac26ca340298fed5cc2524abe8bacae78ebca3780286da588304" dependencies = [ "darling", "ident_case",