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

(auto merged) chore(deps): bump the patch group with 4 updates #2553

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the patch group with 4 updates: filetime, openssl, ring and winnow.

Updates filetime from 0.2.22 to 0.2.23

Commits

Updates openssl from 0.10.60 to 0.10.61

Commits
  • c428588 Release openssl v0.10.61
  • 3e6b5d4 Release openssl-sys v0.9.97
  • 61c4acd Merge pull request #2117 from sfackler/maybe-uninit
  • 1092196 Add uninit read methods and switch to _ex when possible
  • ea075d1 Merge pull request #2115 from davidben/x509-purpose-get-id
  • 9cafc73 Restore struct in handwritten, memory-unsafe bindings
  • 25606f0 Use X509_PURPOSE_get_id instead of struct access
  • efe619c Merge pull request #2114 from davidben/x509-object-free
  • 66c16ca X509_OBJECT_free_contents is not X509_OBJECT_free
  • 8840e53 Merge pull request #2113 from alex/new-boringssl
  • Additional commits viewable in compare view

Updates ring from 0.17.6 to 0.17.7

Commits

Updates winnow from 0.5.23 to 0.5.25

Changelog

Sourced from winnow's changelog.

[0.5.25] - 2023-12-05

Fixes

  • Correctly point to error location in InputErrors Display for single-line input

[0.5.24] - 2023-12-05

Features

  • Support Accumulate for BTreeSet and HashSet
Commits
  • 50cf018 chore: Release
  • 3db81d2 docs: Update changelog
  • 89a84bd Merge pull request #383 from epage/error
  • 3f4652e refactor(error): Make intendation intent clear
  • 66718bb fix(error): Point to right location for single-line errors
  • 6a78739 test(error): Show error position bug
  • bac4e79 fix(stream): Improve offset_from assert
  • cab99bc chore: Release
  • 8fdff4a docs: Update changelog
  • c83cc09 Merge pull request #382 from epage/asdfuser-main
  • 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 patch group with 4 updates: [filetime](https://github.com/alexcrichton/filetime), [openssl](https://github.com/sfackler/rust-openssl), [ring](https://github.com/briansmith/ring) and [winnow](https://github.com/winnow-rs/winnow).


Updates `filetime` from 0.2.22 to 0.2.23
- [Commits](alexcrichton/filetime@0.2.22...0.2.23)

Updates `openssl` from 0.10.60 to 0.10.61
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.60...openssl-v0.10.61)

Updates `ring` from 0.17.6 to 0.17.7
- [Commits](https://github.com/briansmith/ring/commits)

Updates `winnow` from 0.5.23 to 0.5.25
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.5.23...v0.5.25)

---
updated-dependencies:
- dependency-name: filetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2023
@github-actions github-actions bot changed the title chore(deps): bump the patch group with 4 updates (auto merged) chore(deps): bump the patch group with 4 updates Dec 6, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2553 (c8351e8) into main (18bed8d) will not change coverage.
Report is 6 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2553   +/-   ##
=======================================
  Coverage   65.90%   65.90%           
=======================================
  Files         133      133           
  Lines       16877    16877           
=======================================
  Hits        11122    11122           
  Misses       5755     5755           

@YJDoc2 YJDoc2 merged commit 34700c3 into main Dec 6, 2023
17 checks passed
@YJDoc2 YJDoc2 deleted the dependabot/cargo/patch-41a398f245 branch December 6, 2023 07:28
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.

None yet

2 participants