Skip to content

Update teloxide requirement from 0.12.2 to 0.14.1#81

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/teloxide-0.14.1
Closed

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Updates the requirements on teloxide to permit the latest version.

Release notes

Sourced from teloxide's releases.

v0.14.1

CHANGELOG

Changelog

Sourced from teloxide's changelog.

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)
  • Bot::from_env now can read and use TELOXIDE_API_URL environmental variable (PR 1197)
  • Improved developer experience: (PR 1255)
    • Added devcontainer support. It was tested with VS Codium on Fedora/Podman and Ubuntu/Docker, but should work for any platform that supports devcontainers
    • Added Justfile for common tasks. E.g. run just ci for a full check, similar to what we do in CI (do it before sending PR!)
  • tracing feature, that enables trait UpdateHandlerExt that instruments UpdateHandler with a custom tracing::Span (PR 877)
  • Support for TBA 7.3 (PR 1159)
    • Add filter_chat_background_set to MessageFilterExt trait
  • Support for TBA 7.4 (PR 1280)
  • Support for TBA 7.5 (PR 1281)

Changed

  • Environment bumps: (PR 1147, PR 1225)
    • MSRV (Minimal Supported Rust Version) was bumped from 1.70.0 to 1.80.0
    • Some dependencies was bumped: axum to 0.8.0, sqlx to 0.8.1, tower to 0.5.0, reqwest to 0.12.7, tower-http to 0.6.2, derive_more to 1.0.0, serde_with to 3.12.0, aquamarine to 0.6.0, deadpool-redis to 0.20.0, thiserror to 2.0.11, syn to 2.0.96, bitflags to 2
    • tokio version was explicitly specified as 1.39
  • Added new Send and Sync trait bounds to the UListener and Eh generic parameters of try_dispatch_with_listener and dispatch_with_listener (PR 1185) [BC]
  • Renamed Limits::messages_per_min_channel to messages_per_min_channel_or_supergroup to reflect its actual behavior (PR 1214)
  • Added derive Clone, Debug, PartialEq, Eq, Hash to ChatPermissions (PR 1242)
  • Added derive Clone, Debug to Settings (PR 1242)
  • The Throttle adaptor now also throttles forward_messages and copy_messages like their non-batch counterparts, as well as send_game (PR 1229)
  • Also parse commands from text captions (PR 1285)

Fixed

  • Now Vec in requests serializes into [number] instead of [ {message_id: number} ], forward_messages, copy_messages and delete_messages now work properly
  • Now InlineQueryResultsButton serializes properly (issue 1181)
  • Now ThreadId is able to serialize in multipart requests (PR 1179)
  • Now stack does not overflow on dispatch (issue 1154)
  • Implement RequestReplyExt and RequestLinkPreviewExt on setters from teloxide_core::payloads so syntax sugar can work on bot adaptors too (PR 1270)
  • Now blockquote handling in the render module works correctly (PR 1267)

... (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.14.1)

---
updated-dependencies:
- dependency-name: teloxide
  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 Mar 31, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Superseded by #82.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/cargo/teloxide-0.14.1 branch April 7, 2025 04:24
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