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 6 updates #2637

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2024

Bumps the patch group with 6 updates:

Package From To
env_logger 0.10.1 0.10.2
anstream 0.6.8 0.6.9
hermit-abi 0.3.3 0.3.4
pkg-config 0.3.28 0.3.29
rayon 1.8.0 1.8.1
unicode-bidi 0.3.14 0.3.15

Updates env_logger from 0.10.1 to 0.10.2

Changelog

Sourced from env_logger's changelog.

[0.10.2] - 2024-01-18

Performance

  • Avoid extra UTF-8 validation performed in some cases

Fixes

  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled
Commits
  • 7929b7f chore: Release env_logger version 0.10.2
  • 3df552c docs: Update changelog
  • 6ec4104 Merge pull request #296 from epage/refactor
  • 939687d style: Make clippy happy
  • c088820 fix(fmt): Ensure stream gets flushed
  • 2b3f26f perf(fmt): Avoid UTF-8 validation
  • 7428386 refactor(fmt): Pull out stream lookup from write
  • e8674a2 refactor(fmt): Consolidate target printing
  • f5f3392 refactor(fmt): Pull is_test into the target
  • 87008fd fix(fmt): Don't panic on broken pipes without termcolor
  • Additional commits viewable in compare view

Updates anstream from 0.6.8 to 0.6.9

Commits

Updates hermit-abi from 0.3.3 to 0.3.4

Commits
  • 857f078 add support of getdents64 to read directory entries (#519)
  • dbb6aa6 Merge pull request #521 from hermit-os/jounathaen-readme-fix
  • c39bbfa Removed the Emoji ref from the README
  • 2ca9b75 Merge pull request #518 from mkroening/is-some-and
  • 120e1f9 refactor(build.rs): replace matches! with is_some_and
  • 031e962 Merge pull request #514 from mkroening/release-0.8.0
  • ae00b4a chore(hermit): release version 0.8.0
  • 33a77b7 fix(hermit): remove sys_network_init stub
  • 01df758 chore: update kernel to 0.6.7
  • e11dbee Merge pull request #513 from stlankes/recvfrom
  • Additional commits viewable in compare view

Updates pkg-config from 0.3.28 to 0.3.29

Changelog

Sourced from pkg-config's changelog.

[0.3.29] - 2024-01-17

Fixed

  • Detection and usage of Windows static libraries (#154).

  • Passing -Wl,-u to the linker if specified in the pkg-config file (#154).

Commits
  • ee294db Release 0.3.29
  • ed9ef8e Merge pull request #154 from amyspark/fix-windows-library-detection
  • aafa1b2 Allow passing -Wl,-u to the linker
  • e37f666 is_static_available: Also consider Windows MSVC libraries for dynamic linkage
  • 73d776d Library: Allow using Meson-built Windows libraries
  • See full diff in compare view

Updates rayon from 1.8.0 to 1.8.1

Changelog

Sourced from rayon's changelog.

Release rayon 1.8.1 / rayon-core 1.12.1 (2024-01-17)

  • The new "web_spin_lock" crate feature makes mutexes spin on the main browser thread in WebAssembly, rather than suffer an error about forbidden atomics.wait if they were to block in that context. Thanks @​RReverser!
Commits

Updates unicode-bidi from 0.3.14 to 0.3.15

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.10.1` | `0.10.2` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.8` | `0.6.9` |
| [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.3` | `0.3.4` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.28` | `0.3.29` |
| [rayon](https://github.com/rayon-rs/rayon) | `1.8.0` | `1.8.1` |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.14` | `0.3.15` |


Updates `env_logger` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.1...v0.10.2)

Updates `anstream` from 0.6.8 to 0.6.9
- [Commits](rust-cli/anstyle@anstream-v0.6.8...anstream-v0.6.9)

Updates `hermit-abi` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/hermitcore/hermit-rs/releases)
- [Commits](hermit-os/hermit-rs@hermit-abi-0.3.3...hermit-abi-0.3.4)

Updates `pkg-config` from 0.3.28 to 0.3.29
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/pkg-config-rs@0.3.28...0.3.29)

Updates `rayon` from 1.8.0 to 1.8.1
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.8.1)

Updates `unicode-bidi` from 0.3.14 to 0.3.15
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](https://github.com/servo/unicode-bidi/commits)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anstream
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: hermit-abi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pkg-config
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rayon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: unicode-bidi
  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 Jan 18, 2024
@github-actions github-actions bot changed the title chore(deps): bump the patch group with 6 updates (auto merged) chore(deps): bump the patch group with 6 updates Jan 18, 2024
@codecov-commenter
Copy link

Codecov Report

Merging #2637 (a07f4f3) into main (abb339c) will decrease coverage by 0.01%.
Report is 4 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2637      +/-   ##
==========================================
- Coverage   65.88%   65.88%   -0.01%     
==========================================
  Files         133      133              
  Lines       16819    16819              
==========================================
- Hits        11082    11081       -1     
- Misses       5737     5738       +1     

@github-actions github-actions bot merged commit 6a6137e into main Jan 18, 2024
29 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/patch-27b7c3699e branch January 18, 2024 05:37
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