From c6c2cd3f6fb072466148a9127be1c5a3ada2eef4 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Thu, 6 Oct 2022 21:59:54 +0400 Subject: [PATCH] Update `teloxide-core` to `0.8.0` Former-commit-id: d45a962a6385209dd9b621b4bb2eb09f7ee369bb --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 72ccf372..83a5ab08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ full = [ ] [dependencies] -# teloxide-core = { version = "0.7.0", default-features = false } +teloxide-core = { version = "0.8.0", default-features = false } teloxide-macros = { version = "0.7.0", optional = true } serde_json = "1.0" @@ -66,7 +66,7 @@ serde = { version = "1.0", features = ["derive"] } dptree = "0.3.0" # These lines are used only for development. -teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "00165e6", default-features = false } +# teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "00165e6", default-features = false } # teloxide-macros = { git = "https://github.com/teloxide/teloxide-macros", rev = "e715105", optional = true } # dptree = { git = "https://github.com/teloxide/dptree", rev = "df578e4" }