From d2c771bd336dc3a5e394e22cf4afde865cd56cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:30:17 +0000 Subject: [PATCH] chore(deps): bump bon from 3.7.0 to 3.8.0 Bumps [bon](https://github.com/elastio/bon) from 3.7.0 to 3.8.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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: bon dependency-version: 3.8.0 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..f9e2236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.7.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637" +checksum = "f44aa969f86ffb99e5c2d51f393ec9ed6e9fe2f47b609c917b0071f129854d29" dependencies = [ "bon-macros", "rustversion", @@ -1118,9 +1118,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.7.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" +checksum = "e1e78cd86b6a6515d87392332fd63c4950ed3e50eab54275259a5f59f3666f90" dependencies = [ "darling 0.21.2", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index a2e157e..9457d5d 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.0" num_cpus = "1.17.0" speedate = "0.17.0" csv = "1"