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

chore(deps): update async-nats requirement from 0.34.0 to 0.35.0 #135

Merged
merged 1 commit into from May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Updates the requirements on async-nats to permit the latest version.

Release notes

Sourced from async-nats's releases.

Release async-nats/v0.35.0

Overview

This release makes tls setup more flexible, leveraging rusls v0.23 and allowing to pick crypto backend:

  • ring
  • aws-lc-rs
  • fips

Some other highlights:

  • force reconnect via force_reconnect method
  • explicit create/update consumer API

Thank you for all your contributions!

Added

Fixed

Changed

New Contributors

Full Changelog: nats-io/nats.rs@async-nats/v0.34.0...async-nats/v0.35.0

Commits
  • 5d007ca Release async-nats/v0.35.0
  • ecdd941 Do not run lint against sync client
  • 5bde78a Remove the WithKind trait
  • 276d61d Use the same crypto backend as rustls on our side too
  • 3ead110 Add higher level ring sha256 wrapper
  • 89366e4 Allow choosing rustls crypto backend
  • 9487688 Bump rustls to 0.23
  • 6406aca Don't force flush if write buffer isn't empty
  • 8c92e8e Add examples link to sync client README
  • 221e74e Add example how to wrap async-nats in sync context
  • Additional commits viewable in compare view

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 [async-nats](https://github.com/nats-io/nats.rs) to permit the latest version.
- [Release notes](https://github.com/nats-io/nats.rs/releases)
- [Commits](nats-io/nats.rs@async-nats/v0.34.0...async-nats/v0.35.0)

---
updated-dependencies:
- dependency-name: async-nats
  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 May 13, 2024
@mervyn-mccreight mervyn-mccreight merged commit 52ca756 into main May 13, 2024
6 checks passed
@mervyn-mccreight mervyn-mccreight deleted the dependabot/cargo/async-nats-0.35.0 branch May 13, 2024 21:54
@github-actions github-actions bot mentioned this pull request May 26, 2024
DDtKey pushed a commit that referenced this pull request May 26, 2024
## 🤖 New release
* `testcontainers-modules`: 0.4.3 -> 0.5.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.5.0] - 2024-05-26

### Miscellaneous Tasks

- Update async-nats requirement from 0.34.0 to 0.35.0
([#135](#135))
- Update zookeeper-client requirement from 0.7.1 to 0.8.0
([#134](#134))
- [**breaking**] Update `testcontainers` to `0.17.0`
([#137](#137))

<!-- generated by git-cliff -->
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

None yet

1 participant