From e8a6b327f33b88a3121d1772c2bbf7c7d49a8266 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Sat, 23 Sep 2023 19:51:54 +0300 Subject: [PATCH] bump typed builder --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c173be5..0f7e2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ async-telegram-trait = ["async-trait"] [dependencies] thiserror = "1" -typed-builder = "0.14" +typed-builder = "0.16" [dependencies.async-trait] version = "0.1"