Skip to content

chore(deps): bump the crates group in /tools/notify with 2 updates - #35

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/tools/notify/dev/crates-b2dc18141c
Open

chore(deps): bump the crates group in /tools/notify with 2 updates#35
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/tools/notify/dev/crates-b2dc18141c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the crates group in /tools/notify with 2 updates: tgbot and tokio.

Updates tgbot from 0.43.0 to 0.44.0

Release notes

Sourced from tgbot's releases.

0.44.0

Bot API

9.6

  • Added types: GetManagedBotToken, KeyboardButtonRequestManagedBot, ManagedBotUpdated, MessageDataManagedBotCreated, MessageDataPollOptionAdded, MessageDataPollOptionDeleted, PreparedKeyboardButton, ReplaceManagedBotToken, SavePreparedKeyboardButton.
  • Added enum variants:
    • MessageData: ManagedBotCreated, PollOptionAdded, PollOptionDeleted.
    • UpdateType: ManagedBot.
  • Added fields:
    • Bot: can_manage_bots.
    • Message: reply_to_poll_option_id.
    • PollAnswer: option_persistent_ids.
    • PollOption: added_by_chat, added_by_user, addition_date, persistent_id.
    • RegularPoll: allows_revoting, description.
    • Quiz: allows_revoting, correct_option_ids, description.
  • Added methods:
    • Bot: with_can_manage_bots.
    • KeyboardButton: with_request_managed_bot.
    • Message: with_reply_to_poll_option_id.
    • PollOption: with_added_by_chat, with_added_by_user, with_addition_date.
    • Quiz: with_allows_revoting, with_correct_option_ids, with_description.
    • RegularPoll: with_allows_revoting, with_description.
    • ReplyParameters: with_poll_option_id.
    • SendPoll: with_allow_adding_options, with_allows_revoting, with_description, with_description_entities, with_description_parse_mode, with_hide_results_until_closes, with_shuffle_options.
    • SendQuiz: with_allow_adding_options, with_allows_multiple_answers, with_description, with_description_entities, with_description_parse_mode, with_allows_revoting, with_hide_results_until_closes, with_shuffle_options.
  • Changed signature:
    • PollOption: added persistent_id argument to the new method.
    • SendQuiz: replaced correct_option_id by correction_option_ids in the new method.
  • Removed fields:
    • Quiz: correct_option_id.
  • Removed methods:
    • Quiz: with_correct_option_id.
Changelog

Sourced from tgbot's changelog.

0.44.0 (08.04.2026)

Bot API

9.6

  • Added types: GetManagedBotToken, KeyboardButtonRequestManagedBot, ManagedBotUpdated, MessageDataManagedBotCreated, MessageDataPollOptionAdded, MessageDataPollOptionDeleted, PreparedKeyboardButton, ReplaceManagedBotToken, SavePreparedKeyboardButton.
  • Added enum variants:
    • MessageData: ManagedBotCreated, PollOptionAdded, PollOptionDeleted.
    • UpdateType: ManagedBot.
  • Added fields:
    • Bot: can_manage_bots.
    • Message: reply_to_poll_option_id.
    • PollAnswer: option_persistent_ids.
    • PollOption: added_by_chat, added_by_user, addition_date, persistent_id.
    • RegularPoll: allows_revoting, description.
    • Quiz: allows_revoting, correct_option_ids, description.
  • Added methods:
    • Bot: with_can_manage_bots.
    • KeyboardButton: with_request_managed_bot.
    • Message: with_reply_to_poll_option_id.
    • PollOption: with_added_by_chat, with_added_by_user, with_addition_date.
    • Quiz: with_allows_revoting, with_correct_option_ids, with_description.
    • RegularPoll: with_allows_revoting, with_description.
    • ReplyParameters: with_poll_option_id.
    • SendPoll: with_allow_adding_options, with_allows_revoting, with_description, with_description_entities, with_description_parse_mode, with_hide_results_until_closes, with_shuffle_options.
    • SendQuiz: with_allow_adding_options, with_allows_multiple_answers, with_description, with_description_entities, with_description_parse_mode, with_allows_revoting, with_hide_results_until_closes, with_shuffle_options.
  • Changed signature:
    • PollOption: added persistent_id argument to the new method.
    • SendQuiz: replaced correct_option_id by correction_option_ids in the new method.
  • Removed fields:
    • Quiz: correct_option_id.
  • Removed methods:
    • Quiz: with_correct_option_id.
Commits
  • 8daa0cc Prepare 0.44.0 release
  • 8047ff4 [Bot API 9.6] Update docs
  • fdbdba0 [Bot API 9.6] Add Message.reply_to_poll_option_id
  • d50cadf [Bot API 9.6] Add support for poll option added/deleted service messages
  • a6ff3e0 [Bot API 9.6] Add with_poll_option_id to ReplyParameters
  • 1014ccd [Bot API 9.6] Add added_by_chat, added_by_user, addition_date and persistent_...
  • 5680f69 [Bot API 9.6] Add option_persistent_ids to PollAnswer
  • ff31e0d [Bot API 9.6] Add description to RegularPoll and Quiz
  • 1ec2761 [Bot API 9.6] Add allows_revoting to RegularPoll and Quiz
  • fe5d390 [Bot API 9.6] Add with_description, with_description_entities, with_descripti...
  • Additional commits viewable in compare view

Updates tokio from 1.50.0 to 1.51.1

Release notes

Sourced from tokio's releases.

Tokio v1.51.1

1.51.1 (April 8th, 2026)

Fixed

  • sync: fix semaphore reopens after forget (#8021)
  • net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)

Fixed (unstable)

  • metrics: fix worker_local_schedule_count test (#8008)
  • rt: do not leak fd when cancelling io_uring open operation (#7983)

#7983: tokio-rs/tokio#7983 #8001: tokio-rs/tokio#8001 #8008: tokio-rs/tokio#8008 #8021: tokio-rs/tokio#8021

Tokio v1.51.0

1.51.0 (April 3rd, 2026)

Added

  • net: implement get_peer_cred on Hurd (#7989)
  • runtime: add tokio::runtime::worker_index() (#7921)
  • runtime: add runtime name (#7924)
  • runtime: stabilize LocalRuntime (#7557)
  • wasm: add wasm32-wasip2 networking support (#7933)

Changed

  • runtime: steal tasks from the LIFO slot (#7431)

Fixed

  • docs: do not show "Available on non-loom only." doc label (#7977)
  • macros: improve overall macro hygiene (#7997)
  • sync: fix notify_waiters priority in Notify (#7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#7991)

#7431: tokio-rs/tokio#7431 #7557: tokio-rs/tokio#7557 #7921: tokio-rs/tokio#7921 #7924: tokio-rs/tokio#7924 #7933: tokio-rs/tokio#7933 #7977: tokio-rs/tokio#7977 #7989: tokio-rs/tokio#7989 #7991: tokio-rs/tokio#7991 #7996: tokio-rs/tokio#7996 #7997: tokio-rs/tokio#7997

Commits
  • 98df02d chore: prepare Tokio v1.51.1 (#8023)
  • 3ea11e2 sync: fix semaphore reopens after forget (#8021)
  • c791213 rt: do not leak fd when cancelling io_uring open operation (#7983)
  • ad8c59a net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)
  • 654d38b metrics: fix worker_local_schedule_count test (#8008)
  • 857ba80 docs: improve contributing docs on how to specify crates dependency versions ...
  • 95b9342 chore: remove path deps for tokio-macros 2.7.0 (#8007)
  • 0af06b7 chore: prepare Tokio v1.51.0 (#8005)
  • 01a7f1d chore: prepare tokio-macros v2.7.0 (#8004)
  • eeb55c7 runtime: steal tasks from the LIFO slot (#7431)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the crates group in /tools/notify with 2 updates: [tgbot](https://github.com/tg-rs/tgbot) and [tokio](https://github.com/tokio-rs/tokio).


Updates `tgbot` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/tg-rs/tgbot/releases)
- [Changelog](https://github.com/tg-rs/tgbot/blob/master/CHANGELOG.md)
- [Commits](tg-rs/tgbot@0.43.0...0.44.0)

Updates `tokio` from 1.50.0 to 1.51.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.1)

---
updated-dependencies:
- dependency-name: tgbot
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
- dependency-name: tokio
  dependency-version: 1.51.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants