diff --git a/Cargo.lock b/Cargo.lock index bbac906..1ac7b90 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.15" @@ -1183,9 +1185,8 @@ dependencies = [ [[package]] name = "telegram-bot" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb29fb11ef40c839c1c6b4e9c2ec4f357f9f674491e9df5a8c94f8cc2005f860" +version = "0.8.0" +source = "git+https://github.com/ayrat555/telegram-bot?branch=ayrat555/api-fixes-10#64c9a2e66285cf060c801ede5f3f8bd54db3c32a" dependencies = [ "bytes 0.5.6", "futures", @@ -1200,9 +1201,8 @@ dependencies = [ [[package]] name = "telegram-bot-raw" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add65834bee405351f092b18a4647cae05d1c40699570054eadc6d4035d9692c" +version = "0.8.0" +source = "git+https://github.com/ayrat555/telegram-bot?branch=ayrat555/api-fixes-10#64c9a2e66285cf060c801ede5f3f8bd54db3c32a" dependencies = [ "bytes 0.5.6", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9c5e87e..deb5e48 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ assets = [ [dependencies] -telegram-bot = "0.7" +telegram-bot = { git = "https://github.com/ayrat555/telegram-bot", branch = "ayrat555/api-fixes-10" } dotenv = "0.15.0" futures = "0.3.7" tokio = { version = "0.2", features = ["macros", "time", "fs"] }