From f24a1804cce07b2ba47147c21f9dc804678e3fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:25:20 +0000 Subject: [PATCH] chore(deps): bump bon from 3.7.0 to 3.7.2 Bumps [bon](https://github.com/elastio/bon) from 3.7.0 to 3.7.2. - [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.7.0...v3.7.2) --- updated-dependencies: - dependency-name: bon dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd448fd..248228b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.7.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637" +checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb" dependencies = [ "bon-macros", "rustversion", @@ -1118,9 +1118,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.7.0" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" +checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005" dependencies = [ "darling 0.21.2", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..079a4d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ time = { version = "0.3.41", features = [ "quickcheck", "formatting", ] } -bon = "3.6.5" +bon = "3.7.2" num_cpus = "1.17.0" speedate = "0.17.0" csv = "1"