From 2f998888896eaccd042ddf4b51c334021ae34df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:43:11 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c96fc03..d4ce3c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }