From fd52307bfb65afa47afe3b9dda05485cb5d138ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:11:35 +0000 Subject: [PATCH] Bump bon from 3.9.0 to 3.9.1 Bumps [bon](https://github.com/elastio/bon) from 3.9.0 to 3.9.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.9.0...v3.9.1) --- updated-dependencies: - dependency-name: bon dependency-version: 3.9.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 e6367a6..633b155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,9 +601,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.9.0" +version = "3.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d13a61f2963b88eef9c1be03df65d42f6996dfeac1054870d950fcf66686f83" +checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" dependencies = [ "bon-macros", "rustversion", @@ -611,9 +611,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.9.0" +version = "3.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d314cc62af2b6b0c65780555abb4d02a03dd3b799cd42419044f0c38d99738c0" +checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" dependencies = [ "darling 0.23.0", "ident_case", diff --git a/Cargo.toml b/Cargo.toml index d444d63..9b01698 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ cfg-if = "1.0.1" derive-new = { version = "0.7.0", default-features = false } blas-src = { version = "0.14.0", default-features = false } -bon = "3.8.2" +bon = "3.9.1" half = { version = "2.7.1", features = [ "alloc", "num-traits",