Skip to content

build(deps): bump the cargo-crates group across 1 directory with 5 updates #219

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

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the cargo-crates group with 5 updates in the / directory:

Package From To
clap 4.5.11 4.5.15
aya-rustc-llvm-proxy 0.9.2 0.9.3
regex 1.10.5 1.10.6
rustc-build-sysroot 0.5.2 0.5.3
which 6.0.1 6.0.2

Updates clap from 4.5.11 to 4.5.15

Release notes

Sourced from clap's releases.

v4.5.15

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

[4.5.12] - 2024-07-31

Changelog

Sourced from clap's changelog.

[4.5.15] - 2024-08-10

Compatiblity

  • (unstable-ext) Arg::remove changed return types

Fixes

  • (unstable-ext) Make Arg::remove return the removed item

[4.5.14] - 2024-08-08

Features

  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

[4.5.13] - 2024-07-31

Fixes

  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

[4.5.12] - 2024-07-31

Commits

Updates aya-rustc-llvm-proxy from 0.9.2 to 0.9.3

Commits
  • f831ead chore: bump version to 0.9.3
  • 062adeb Merge pull request #31 from vadorovsky/llvm-19
  • a796169 chore: Update LLVM to 19
  • 13cd930 Merge pull request #29 from aya-rs/dependabot/cargo/llvm-sys-181.0.0
  • 69f0870 Update llvm-sys requirement from 180.0.0-rc2 to 181.0.0
  • See full diff in compare view

Updates regex from 1.10.5 to 1.10.6

Changelog

Sourced from regex's changelog.

1.10.6 (2024-08-02)

This is a new patch release with a fix for the unstable crate feature that enables std::str::Pattern trait integration.

Bug fixes:

Commits

Updates rustc-build-sysroot from 0.5.2 to 0.5.3

Commits
  • 6c6d175 v0.5.3
  • 4a41555 Merge pull request #22 from RalfJung/lockfile
  • 8803276 make sure we find the lockfile in its new location
  • e865b8d remove unused code
  • 10480be Merge pull request #20 from RalfJung/no-more-copy
  • 6401873 copying extra files should not be needed any more
  • See full diff in compare view

Updates which from 6.0.1 to 6.0.2

Release notes

Sourced from which's releases.

6.0.2

  • Add tracing feature which outputs debugging information to the tracing ecosystem.
Changelog

Sourced from which's changelog.

6.0.2

  • Add tracing feature which outputs debugging information to the tracing ecosystem.
Commits
  • 299189a Bump version to 6.0.2
  • 07dea2e also run CI without features enabled
  • fa97502 modernize deny.toml
  • ebf355f Turn off tracing default features
  • ba36812 fix Windows code
  • d6a1416 add optional tracing feature, trace which logic
  • 7a71ac6 Change from checkout@v3 to checkout@v4
  • 24efb5a Remove CI dependency on node16
  • 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

…dates

Bumps the cargo-crates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.15` |
| [aya-rustc-llvm-proxy](https://github.com/aya-rs/rustc-llvm-proxy) | `0.9.2` | `0.9.3` |
| [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` |
| [rustc-build-sysroot](https://github.com/RalfJung/rustc-build-sysroot) | `0.5.2` | `0.5.3` |
| [which](https://github.com/harryfei/which-rs) | `6.0.1` | `6.0.2` |



Updates `clap` from 4.5.11 to 4.5.15
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.11...clap_complete-v4.5.15)

Updates `aya-rustc-llvm-proxy` from 0.9.2 to 0.9.3
- [Commits](aya-rs/rustc-llvm-proxy@v0.9.2...v0.9.3)

Updates `regex` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.5...1.10.6)

Updates `rustc-build-sysroot` from 0.5.2 to 0.5.3
- [Commits](RalfJung/rustc-build-sysroot@v0.5.2...v0.5.3)

Updates `which` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: aya-rustc-llvm-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: rustc-build-sysroot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
...

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 Aug 12, 2024
@vadorovsky
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit b9d6769 into main Aug 12, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-crates-7ccb75d0e4 branch August 12, 2024 20:04
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