From 6929d1e4c62cb6a1d697f7aeb8290592bcef4e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:30:05 +0200 Subject: [PATCH] build(cargo): update bon requirement from 2.2.0 to 3.1.0 (#232) * 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](https://github.com/elastio/bon/compare/v2.2.0...v3.1.0) --- updated-dependencies: - dependency-name: bon dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update Cargo.toml Co-authored-by: EdJoPaTo --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ayrat Badykov Co-authored-by: EdJoPaTo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d2044a..8de5ab2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }