Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent f3f7644 commit 1f318c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/telegram_bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ clap = { version = "4.4.18", features = ["derive"] }
teloxide = { version = "0.12", features = ["macros", "throttle"] }
log = "0.4"
pretty_env_logger = "0.5"
tokio = { version = "1.35", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.36", features = ["rt-multi-thread", "macros"] }

url = "2.5.0"

0 comments on commit 1f318c3

Please sign in to comment.