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

Bump the backend group with 3 updates #427

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps the backend group with 3 updates: async-channel, octocrab and openssl.

Updates async-channel from 2.0.0 to 2.1.0

Release notes

Sourced from async-channel's releases.

v2.1.0

  • Bump futures-lite to its latest version. (#70)
Changelog

Sourced from async-channel's changelog.

Version 2.1.0

  • Bump futures-lite to its latest version. (#70)
Commits

Updates octocrab from 0.31.2 to 0.32.0

Release notes

Sourced from octocrab's releases.

v0.32.0

Other

  • support eq and hash (#480)
  • Demonstrate variables and paging (#481)
  • Fix a bunch of clippy issues (#482)
  • add events for auto_merge_[disabled|enabled] (#479)
  • Add examples/graphql_issues.rs (#478)
  • Document the PullRequest number field (#476)
  • Update jsonwebtoken requirement from 8 to 9 (#471)
Changelog

Sourced from octocrab's changelog.

0.32.0 - 2023-11-01

Other

  • support eq and hash (#480)
  • Demonstrate variables and paging (#481)
  • Fix a bunch of clippy issues (#482)
  • add events for auto_merge_[disabled|enabled] (#479)
  • Add examples/graphql_issues.rs (#478)
  • Document the PullRequest number field (#476)
  • Update jsonwebtoken requirement from 8 to 9 (#471)
Commits

Updates openssl from 0.10.57 to 0.10.59

Release notes

Sourced from openssl's releases.

openssl-v0.10.59

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.58...openssl-v0.10.59

openssl-v0.10.58

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.58

Commits
  • d009660 Merge pull request #2083 from alex/bump-for-release
  • 955c348 Release openssl v0.10.59 and openssl-sys v0.9.95
  • 3abd633 Merge pull request #2082 from alex/libressl
  • cf8c058 Merge pull request #2079 from alex/fix-cfg
  • bbfe01b Merge pull request #2081 from Arnavion/nid_chacha20_poly1305
  • 6f6e5c4 fixes #2050 -- build and test on libressl 3.8.2
  • 05b620d Add binding to NID of Chacha20-Poly1305 cipher
  • 946b706 Fixed cfg for RSA_PSS
  • bede98b Merge pull request #2078 from alex/bump-for-release
  • b7be1dc Release openssl v0.10.58 and openssl-sys v0.9.94
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the backend group with 3 updates: [async-channel](https://github.com/smol-rs/async-channel), [octocrab](https://github.com/XAMPPRocky/octocrab) and [openssl](https://github.com/sfackler/rust-openssl).


Updates `async-channel` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v2.0.0...v2.1.0)

Updates `octocrab` from 0.31.2 to 0.32.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.31.2...v0.32.0)

Updates `openssl` from 0.10.57 to 0.10.59
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.57...openssl-v0.10.59)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 6, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 10, 2023
@dependabot dependabot bot deleted the dependabot/cargo/backend-aa0fbec8bd branch November 10, 2023 16:52
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