From ac7169a3dd9cfe83ea7a7d558611492d53d9ac8d Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Mon, 27 Nov 2023 10:47:03 +0200 Subject: [PATCH] bump typed-builder (#124) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b73cc1..83d40c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ async-telegram-trait = ["async-trait"] [dependencies] thiserror = "1" -typed-builder = "0.16" +typed-builder = "0.18" [dependencies.async-trait] version = "0.1"