Skip to content

Commit

Permalink
build(cargo): update bon requirement from 2.2.0 to 3.1.0 (#232)
Browse files Browse the repository at this point in the history
* build(cargo): update bon requirement from 2.2.0 to 3.1.0

Updates the requirements on [bon](https://github.com/elastio/bon) to permit the latest version.
- [Release notes](https://github.com/elastio/bon/releases)
- [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
- [Commits](elastio/bon@v2.2.0...v3.1.0)

---
updated-dependencies:
- dependency-name: bon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Cargo.toml

Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ayrat Badykov <[email protected]>
Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 1a6b10f commit 6929d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ name = "api_trait_implementation"
required-features = ["telegram-trait"]

[dependencies]
bon = "2.2.0"
bon = "3.0.0"
macro_rules_attribute = "0.2.0"
paste = "1.0.2"
serde = { version = "1.0.157", features = ["derive"] }
Expand Down

0 comments on commit 6929d1e

Please sign in to comment.