Skip to content

Commit

Permalink
build(cargo): update bon requirement from 2.2.0 to 3.1.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8a8bf59 commit 2f99888
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 @@ -73,7 +73,7 @@ name = "api_trait_implementation"
required-features = ["telegram-trait"]

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

0 comments on commit 2f99888

Please sign in to comment.