From 8ad7757d8a9efe0cfb1166ab0f08a2a936e65c73 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 1 Sep 2024 20:41:17 +0000 Subject: [PATCH] Use bon = "2" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea8ee2f..c269d17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ required-features = ["telegram-trait"] [dependencies] thiserror = "1" -bon = "2.1.0" +bon = "2" [dependencies.async-trait] version = "0.1"