chore(deps): bump bon from 3.5.0 to 3.5.1

Bumps [bon](https://github.com/elastio/bon) from 3.5.0 to 3.5.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.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: bon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-24 08:30:49 +00:00 committed by Gerald Pinder
parent bf96f2375e
commit 77d0314375

8
Cargo.lock generated
View file

@ -534,9 +534,9 @@ dependencies = [
[[package]]
name = "bon"
version = "3.5.0"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625e90403736670c971aad50573b7db42e131970d60a14f215b61fdf24e0aa84"
checksum = "65268237be94042665b92034f979c42d431d2fd998b49809543afe3e66abad1c"
dependencies = [
"bon-macros",
"rustversion",
@ -544,9 +544,9 @@ dependencies = [
[[package]]
name = "bon-macros"
version = "3.5.0"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa915c54d505ca9b9b7ac056df7797508c3b817e51609d0ed19949dd0925b872"
checksum = "803c95b2ecf650eb10b5f87dda6b9f6a1b758cee53245e2b7b825c9b3803a443"
dependencies = [
"darling",
"ident_case",