From 50e48b658a7a4b982ba6ddb60b84839fc6756eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 05:10:12 +0000 Subject: [PATCH] chore(deps): bump bon from 3.7.0 to 3.7.1 Bumps [bon](https://github.com/elastio/bon) from 3.7.0 to 3.7.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.7.1) --- updated-dependencies: - dependency-name: bon dependency-version: 3.7.1 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..c6886ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637" +checksum = "537c317ddf588aab15c695bf92cf55dec159b93221c074180ca3e0e5a94da415" dependencies = [ "bon-macros", "rustversion", @@ -1118,9 +1118,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.7.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" +checksum = "ca5abbf2d4a4c6896197c9de13d6d7cb7eff438c63dacde1dde980569cb00248" dependencies = [ "darling 0.21.2", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..e10d861 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.1" num_cpus = "1.17.0" speedate = "0.17.0" csv = "1"