Skip to content

Commit

Permalink
(Deps) Updated teloxide version to 0.12.2, added throttle feature
Browse files Browse the repository at this point in the history
  • Loading branch information
xairaven committed Jul 31, 2024
1 parent 0907f74 commit 9f89524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_fetch_bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
teloxide = { version = "0.12", features = ["macros"] }
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
log = "0.4"
pretty_env_logger = "0.5.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
Expand Down

0 comments on commit 9f89524

Please sign in to comment.