Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tokio-amqp requirement from 1.0.0 to 2.0.0 #18

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Updates the requirements on tokio-amqp to permit the latest version.

Changelog

Sourced from tokio-amqp's changelog.

2.0.0 (2022-02-02)

Misc

  • Make most of the API based on async fns
  • Update to amq-protocol 7.0
  • Reworked connector
  • Dropped third-party reactors/executors integration
  • New third-party reactors integration through reactor-trait
  • New third-party executors integration through executor-trait
  • Misc internal cleanups
  • Default reactor to async-io
  • Switch from log to tracing
  • Make most internals use async rust
  • Switch to edition 2021
  • Default to rustls for TLS handling
  • basic_publish no longer takes ownership of the data
  • Dropped Clone impl where it didn't make sense
  • Acker is now public

1.10.0 (2022-01-30)

Bug Fixes

  • Fix potential panic on shutdown

1.9.0 (2021-11-23)

Bug Fixes

  • Fix handling of RabbitMQ replies when they arrive unordered

1.8.1 (2021-11-12)

Misc

  • Logging updates

1.8.0 (2021-08-22)

Misc

  • Update to nom 7

1.7.1 (2021-05-06)

Bug Fixes

  • Fix handling of unresponsive servers

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Updates the requirements on [tokio-amqp](https://github.com/amqp-rs/lapin) to permit the latest version.
- [Release notes](https://github.com/amqp-rs/lapin/releases)
- [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
- [Commits](amqp-rs/lapin@tokio-amqp-1.0.0...tokio-amqp-2.0.0)

---
updated-dependencies:
- dependency-name: tokio-amqp
  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 Feb 3, 2022
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
0 participants