Skip to content

Bump teloxide from 0.7.2 to 0.11.1#57

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/teloxide-0.11.1
Closed

Bump teloxide from 0.7.2 to 0.11.1#57
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/cargo/teloxide-0.11.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 1, 2022

Bumps teloxide from 0.7.2 to 0.11.1.

Release notes

Sourced from teloxide's releases.

v0.11.1

CHANGELOG

v0.11.0

CHANGELOG

v0.10.1

CHANGELOG

v0.10.0

CHANGELOG

v0.9.2

CHANGELOG

v0.9.1

CHANGELOG

v0.9.0

CHANGELOG

v0.8.2

CHANGELOG

v0.8.1

CHANGELOG

v0.8.0

CHANGELOG

v0.7.3

CHANGELOG

Changelog

Sourced from teloxide's changelog.

0.11.1 - 2022-10-31

Added

Deprecated

  • teloxide::dispatching::repls::{commands_repl, commands_repl_with_listener}, teloxide::utils::command::BotCommands::ty (use CommandReplExt instead)

0.11.0 - 2022-10-07

Changed

  • Updated teloxide-macros to v0.7.0; see its changelog for more
  • Updated teloxide-core to v0.8.0; see its changelog for more
  • UpdateListener now has an associated type Err instead of a generic
  • AsUpdateStream now has an associated type StreamErr instead of a generic
  • Rename dispatching::stop_token::{AsyncStopToken, AsyncStopFlag} => stop::{StopToken, StopFlag}
  • Replace the generic error type E with RequestError for REPLs (repl(_with_listener), commands_repl(_with_listener))
  • The following functions are now #[must_use]:
    • BotCommands::ty.
    • CommandDescriptions::{new, global_description, username, username_from_me}.
    • teloxide::filter_command.
    • teloxide::dispatching::dialogue::enter.
  • BotCommands::parse now accept bot_username as &str

Added

  • requests::ResponseResult to prelude

Removed

  • dispatching::stop_token::StopToken trait (all uses are replaced with stop::StopToken structure)
  • Some previously deprecated items
    • enable_logging!, enable_logging_with_filter!
    • HandlerFactory, HandlerExt::dispatch_by

0.10.1 - 2022-07-22

Fixed

  • Mark the following functions with #[must_use] (PR 457):
    • TraceStorage::into_inner.
    • AsyncStopToken::new_pair.
    • AsyncStopFlag::is_stopped.
    • All from crate::utils::{html, markdown}.
  • Rendering of GIFs in lib.rs and crates.io (PR 681).

... (truncated)

Commits
  • 637dcb0 Merge pull request #758 from teloxide/dev
  • 42fc655 Merge pull request #757 from teloxide/release-v0.11.1
  • bce24fd Fix the version header (CHANGELOG.md)
  • 08d2e4f Update the migration guide version
  • b97c2c6 Release v0.11.1
  • 3fd356e Merge pull request #756 from teloxide/update-readme
  • c9278e2 Merge pull request #755 from teloxide/migration_guide_fixes
  • 69d86d9 Don't list the auto-send feature in README.md
  • b2a4073 Merge pull request #754 from teloxide/document-rocksdb-feature
  • 7287ffe Add stop token changes to the migration guide
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [teloxide](https://github.com/teloxide/teloxide) from 0.7.2 to 0.11.1.
- [Release notes](https://github.com/teloxide/teloxide/releases)
- [Changelog](https://github.com/teloxide/teloxide/blob/master/CHANGELOG.md)
- [Commits](teloxide/teloxide@v0.7.2...v0.11.1)

---
updated-dependencies:
- dependency-name: teloxide
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 18, 2022

Superseded by #59.

@dependabot dependabot Bot closed this Nov 18, 2022
@dependabot dependabot Bot deleted the dependabot/cargo/teloxide-0.11.1 branch November 18, 2022 01:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants