Skip to content

Commit

Permalink
refactor(deps): teloxide released 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itsusinn committed Feb 6, 2022
1 parent 3962ba2 commit 104d516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 104d516

Please sign in to comment.