Skip to content

Update teloxide requirement from 0.12.2 to 0.15.0#82

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/teloxide-0.15.0
Open

Update teloxide requirement from 0.12.2 to 0.15.0#82
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/teloxide-0.15.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Updates the requirements on teloxide to permit the latest version.

Release notes

Sourced from teloxide's releases.

v0.15.0

CHANGELOG

Changelog

Sourced from teloxide's changelog.

0.15.0 - 2025-04-04

Added

Changed

  • Implement Clone for teloxide::RequestError
    • RequestError::Network now accepts Arc<reqwest::Error> [BC]
    • RequestError::InvalidJson now accepts source: Arc<serde_json::Error> [BC]
    • RequestError::Io now accepts Arc<io::Error> [BC]
  • Implement Clone for teloxide::DownloadError
    • DownloadError::Network now accepts Arc<reqwest::Error> [BC]
    • DownloadError::Io now accepts Arc<std::io::Error> [BC]
  • If TELOXIDE_DIALOGUE_BEHAVIOUR environment variable is set to default, .enter_dialogue will never error, instead setting the dialogue to default (PR 1187)
  • D (state) now has to implement Clone for HandlerExt::enter_dialogue and dialogue::enter [BC]

Deprecated

  • DispatcherBuilder::stack_size because it is now a no-op (see PR 1320 for more details).

Fixed

  • Thread being locked because of thread spawining in dispatcher (issue 1236)

0.14.1 - 2025-03-30

Fixed

0.14.0 - 2025-03-29

Added

  • filter_boost_added and filter_reply_to_story filters to the MessageFilterExt trait (PR 1131)
  • filter_mention_command filter to the HandlerExt trait (issue 494)
  • filter_business_connection, filter_business_message, filter_edited_business_message, and filter_deleted_business_messages filters to the UpdateFilterExt trait (PR 1146)
  • Syntax sugar for making requests (issue 1143):
    • bot.forward, bot.edit_live_location, bot.stop_live_location, bot.set_reaction, bot.pin, bot.unpin, bot.edit_text, bot.edit_caption, bot.edit_media, bot.edit_reply_markup, bot.stop_poll_message, bot.delete and bot.copy methods to the new crate::sugar::bot::BotMessagesExt trait
    • req.reply_to method to the new crate::sugar::request::RequestReplyExt trait
    • req.disable_link_preview method to the new crate::sugar::request::RequestLinkPreviewExt trait
  • stack_size setter to DispatcherBuilder (PR 1185)
  • utils::render module to render HTML/Markdown-formatted output (PR 1152)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [teloxide](https://github.com/teloxide/teloxide) to permit the latest version.
- [Release notes](https://github.com/teloxide/teloxide/releases)
- [Changelog](https://github.com/teloxide/teloxide/blob/master/CHANGELOG.md)
- [Commits](teloxide/teloxide@v0.12.2...v0.15.0)

---
updated-dependencies:
- dependency-name: teloxide
  dependency-version: 0.15.0
  dependency-type: direct:production
...

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 7, 2025
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