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): Bump the patches group across 1 directory with 6 updates #21898

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2024

Bumps the patches group with 5 updates in the / directory:

Package From To
metrics 0.24.0 0.24.1
async-compression 0.4.17 0.4.18
url 2.5.3 2.5.4
sysinfo 0.32.0 0.32.1
clap-verbosity-flag 3.0.0 3.0.1

Updates metrics from 0.24.0 to 0.24.1

Commits

Updates async-compression from 0.4.17 to 0.4.18

Changelog

Sourced from async-compression's changelog.

0.4.18 - 2024-11-23

Fixed

  • Adjust Level::Precise clamp range for flate2.
Commits
  • e238a8b docs: update changelog
  • 6907729 chore: release v0.4.18
  • 8844733 Merge pull request #314 from eth3lbert/flate2-precise
  • 0b83b1a Adjust Level::Precise clamp range for flate2
  • e12ca46 Merge pull request #311 from Nullus157/dependabot/github_actions/codecov/code...
  • 906f155 chore(deps): bump codecov/codecov-action from 4 to 5
  • f0a5c74 Merge pull request #306 from Nullus157/release-plz-2024-10-20T06-37-16Z
  • See full diff in compare view

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates sysinfo from 0.32.0 to 0.32.1

Changelog

Sourced from sysinfo's changelog.

0.32.1

  • Fix compilation error due to libc update.
Commits

Updates libc from 0.2.164 to 0.2.166

Release notes

Sourced from libc's releases.

0.2.166

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165

Added

Fixed

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.166 - 2024-11-26

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #4150
  • Ensure const extern functions are always enabled #4151

0.2.165 - 2024-11-25

Added

Fixed

... (truncated)

Commits
  • 1e9ab86 chore: release v0.2.166
  • 4843c55 Merge pull request #4152 from tgross35/backport-tests-and-const-extern
  • 5d2b17f fix: Ensure that const extern fn is always enabled
  • 83490a7 tests: Ensure all tests in the workspace are run
  • 795e59a Merge pull request #4150 from cramertj/array-size-revert
  • a1c30e3 Remove array-size hacks for private fields
  • 4dc6a1c Revert "Remove array size hacks for Rust < 1.47"
  • 24a8e7e Revert "Fix a few other array size hacks"
  • 7b80739 Merge pull request #4146 from tgross35/release-plz-links
  • 55bdcfa release-plz: Fix the pull request URL
  • Additional commits viewable in compare view

Updates clap-verbosity-flag from 3.0.0 to 3.0.1

Changelog

Sourced from clap-verbosity-flag's changelog.

[3.0.1] - 2024-11-26

Features

  • Add impl From<Verbosity> for logging level and level-filter types
Commits
  • ea1218f chore: Release clap-verbosity-flag version 3.0.1
  • 057da9f docs: Update changelog
  • b04c66e Merge pull request #128 from joshka/jm/into-tracing
  • 3b7b26c feat: Implement conversion for level types
  • 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 patches group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [metrics](https://github.com/metrics-rs/metrics) | `0.24.0` | `0.24.1` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.17` | `0.4.18` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.32.0` | `0.32.1` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `3.0.0` | `3.0.1` |



Updates `metrics` from 0.24.0 to 0.24.1
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.24.0...metrics-v0.24.1)

Updates `async-compression` from 0.4.17 to 0.4.18
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.17...v0.4.18)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `sysinfo` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

Updates `libc` from 0.2.164 to 0.2.166
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.166/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.164...0.2.166)

Updates `clap-verbosity-flag` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: async-compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 27, 2024 05:47
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Nov 27, 2024
@github-actions github-actions bot added the domain: vdev Anything related to the vdev tooling label Nov 27, 2024
@pront pront enabled auto-merge November 27, 2024 14:26
@pront pront added this pull request to the merge queue Nov 27, 2024
Merged via the queue into master with commit daf08db Nov 27, 2024
61 checks passed
@pront pront deleted the dependabot/cargo/patches-61ef18bf57 branch November 27, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies domain: vdev Anything related to the vdev tooling no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant