From 104d516bdc97d4e0f5bf083ecbfc0fc2cc30e9e5 Mon Sep 17 00:00:00 2001 From: itsusinn Date: Mon, 7 Feb 2022 00:08:43 +0800 Subject: [PATCH] refactor(deps): teloxide released 0.6 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d6ac4c..e309bd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" [dependencies] # bot -teloxide ={ rev = "25f8634", default-features = false,features = ["frunk", "macros", "auto-send","ctrlc_handler","rustls","dispatching2"],git = "https://github.com/teloxide/teloxide.git"} +teloxide = { version = "0.6.1", default-features = false,features = ["frunk", "macros", "auto-send","ctrlc_handler","rustls","dispatching2","nightly"] } teloxide-core = { version = "0.4.0", default-features = false, features = ["rustls","cache_me"] } -teloxide-macros = "0.4.1" +teloxide-macros = "0.5.0" # logging tracing="0.1.29"