Update dependency for API change

This commit is contained in:
mhfowler 2021-10-27 21:47:07 +02:00
parent 9e96ebba29
commit efbbfb8d3c
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }