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) Bump the patch group with 2 updates #2703

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps the patch group with 2 updates: bumpalo and openssl-sys.

Updates bumpalo from 3.15.1 to 3.15.2

Changelog

Sourced from bumpalo's changelog.

3.15.2

Released 2024-02-21.

Added

  • Add a bumpalo::collections::Vec::extend_from_slice_copy method. This doesn't exist on the standard library's Vec but they have access to specialization, so their regular extend_from_slice has a specialization for Copy types. Using this new method for Copy types is a ~80x performance improvement over the plain extend_from_slice method.

Commits
  • 2ffdfb3 Bump to version 3.15.2
  • 54c88f0 Provides implementation of Vec::extend_from_slice optimized for T: Copy (...
  • See full diff in compare view

Updates openssl-sys from 0.9.100 to 0.9.101

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.101

What's Changed

Full Changelog: sfackler/rust-openssl@openssl-sys-v0.9.100...openssl-sys-v0.9.101

Commits
  • 3439059 Merge pull request #2182 from alex/bump-for-release
  • 4a1e142 Prepare for openssl-sys 0.9.101 release
  • ada168b Merge pull request #2177 from reaperhulk/fix-rebuild
  • dc6c365 don't emit rerun-if-changed when vendoring
  • See full diff 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 2 updates: [bumpalo](https://github.com/fitzgen/bumpalo) and [openssl-sys](https://github.com/sfackler/rust-openssl).


Updates `bumpalo` from 3.15.1 to 3.15.2
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.15.1...3.15.2)

Updates `openssl-sys` from 0.9.100 to 0.9.101
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.100...openssl-sys-v0.9.101)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: openssl-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

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 22, 2024
@github-actions github-actions bot changed the title Bump the patch group with 2 updates (auto merged) Bump the patch group with 2 updates Feb 22, 2024
@codecov-commenter
Copy link

Codecov Report

Merging #2703 (b427c58) into main (e44ce9e) will not change coverage.
Report is 2 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2703   +/-   ##
=======================================
  Coverage   65.40%   65.40%           
=======================================
  Files         133      133           
  Lines       16942    16942           
=======================================
  Hits        11081    11081           
  Misses       5861     5861           

@github-actions github-actions bot merged commit ef8842c into main Feb 22, 2024
31 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/patch-52a7dfc017 branch February 22, 2024 05:19
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.

1 participant