From f2fb54333c4516c1447d0586e800a3e8bbf371c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 03:30:32 +0000 Subject: [PATCH] chore(deps): bump bon from 3.7.0 to 3.8.1 Bumps [bon](https://github.com/elastio/bon) from 3.7.0 to 3.8.1. - [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.8.1) --- updated-dependencies: - dependency-name: bon dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..81d77bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.7.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637" +checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" dependencies = [ "bon-macros", "rustversion", @@ -1118,9 +1118,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.7.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" +checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" dependencies = [ "darling 0.21.2", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..70b92ce 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.8.1" num_cpus = "1.17.0" speedate = "0.17.0" csv = "1"