This repository was archived by the owner on Jun 2, 2025. It is now read-only.
fix(deps): update rust crate teloxide to 0.15#58
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
85e761e to
ca6f848
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13->0.15Release Notes
teloxide/teloxide (teloxide)
v0.15.0Compare Source
Added
examples/middlewares.rs][examples/middlewares.rs]examples/middlewares_fallible.rs][examples/middlewares_fallible.rs]Changed
Cloneforteloxide::RequestErrorRequestError::Networknow acceptsArc<reqwest::Error>[BC]RequestError::InvalidJsonnow acceptssource: Arc<serde_json::Error>[BC]RequestError::Ionow acceptsArc<io::Error>[BC]Cloneforteloxide::DownloadErrorDownloadError::Networknow acceptsArc<reqwest::Error>[BC]DownloadError::Ionow acceptsArc<std::io::Error>[BC]TELOXIDE_DIALOGUE_BEHAVIOURenvironment variable is set todefault,.enter_dialoguewill never error, instead setting the dialogue to default (PR 1187)D(state) now has to implementCloneforHandlerExt::enter_dialogueanddialogue::enter[BC]Deprecated
DispatcherBuilder::stack_sizebecause it is now a no-op (see PR 1320 for more details).Fixed
v0.14.1Compare Source
Fixed
v0.14.0Compare Source
Added
filter_boost_addedandfilter_reply_to_storyfilters to theMessageFilterExttrait (PR 1131)filter_mention_commandfilter to theHandlerExttrait (issue 494)filter_business_connection,filter_business_message,filter_edited_business_message, andfilter_deleted_business_messagesfilters to theUpdateFilterExttrait (PR 1146)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.deleteandbot.copymethods to the newcrate::sugar::bot::BotMessagesExttraitreq.reply_tomethod to the newcrate::sugar::request::RequestReplyExttraitreq.disable_link_previewmethod to the newcrate::sugar::request::RequestLinkPreviewExttraitstack_sizesetter toDispatcherBuilder(PR 1185)utils::rendermodule to render HTML/Markdown-formatted output (PR 1152)Bot::from_envnow can read and useTELOXIDE_API_URLenvironmental variable (PR 1197)just cifor a full check, similar to what we do in CI (do it before sending PR!)tracingfeature, that enables traitUpdateHandlerExtthat instrumentsUpdateHandlerwith a customtracing::Span(PR 877)filter_chat_background_settoMessageFilterExttraitChanged
1.70.0to1.80.0axumto0.8.0,sqlxto0.8.1,towerto0.5.0,reqwestto0.12.7,tower-httpto0.6.2,derive_moreto1.0.0,serde_withto3.12.0,aquamarineto0.6.0,deadpool-redisto0.20.0,thiserrorto2.0.11,synto2.0.96,bitflagsto2tokioversion was explicitly specified as1.39SendandSynctrait bounds to theUListenerandEhgeneric parameters oftry_dispatch_with_listeneranddispatch_with_listener(PR 1185) [BC]Limits::messages_per_min_channeltomessages_per_min_channel_or_supergroupto reflect its actual behavior (PR 1214)Clone,Debug,PartialEq,Eq,HashtoChatPermissions(PR 1242)Clone,DebugtoSettings(PR 1242)Throttleadaptor now also throttlesforward_messagesandcopy_messageslike their non-batch counterparts, as well assend_game(PR 1229)Fixed
forward_messages,copy_messagesanddelete_messagesnow work properlyInlineQueryResultsButtonserializes properly (issue 1181)ThreadIdis able to serialize in multipart requests (PR 1179)RequestReplyExtandRequestLinkPreviewExton setters fromteloxide_core::payloadsso syntax sugar can work on bot adaptors too (PR 1270)utils::markdownmodule works correctly (PR 1273)Throttleadaptor (PR 1212)get_chatresponses for channels with paid reactions (PR 1284)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.