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

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

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the cargo-crates group with 4 updates in the / directory: clap, tracing-tree, gimli and thiserror.

Updates clap from 4.5.8 to 4.5.9

Release notes

Sourced from clap's releases.

v4.5.9

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Changelog

Sourced from clap's changelog.

[4.5.9] - 2024-07-09

Fixes

  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
Commits
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • 8024254 chore: Update deps to fix nightly
  • b16f987 style: Escaping tab as \t for more readability for fish
  • cf151fd Merge pull request #5542 from casey/exit-without-flushing
  • 5da658c Merge pull request #5541 from rustco/master
  • Additional commits viewable in compare view

Updates tracing-tree from 0.3.1 to 0.4.0

Commits

Updates gimli from 0.30.0 to 0.31.0

Changelog

Sourced from gimli's changelog.

0.31.0

Released 2024/07/16.

Breaking changes

  • Deleted support for segment selectors. #720

  • Added read::FileEntry::source and deleted Copy implementation. #728

  • Changed read::LineRow::execute to return a Result. #731

  • Deleted Display implementation for read::LineInstruction. #734

  • Changed read::Error to be non-exhaustive.

Changed

  • Fixed Hash implementation for read::EndianReader. #723

  • Changed read::EhFrameHdr::parse to validate the FDE count encoding. #725

  • Changed address overflow to be an error for read::UnwindTableRow, read::LineRow, and read::ArangeEntry. #730 #731 #732

  • Changed wrapping addition for 32-bit addresses to wrap at 32 bits instead of at 64 bits. #733

  • Added earlier validation of address sizes. #733

Added

  • Added read::IndexSectionId::section_id. #719

  • Added read::FrameDescriptionEntry::end_address. #727

  • Added support for DW_LNCT_LLVM_source.

... (truncated)

Commits
  • efc17bd Release 0.31.0 (#736)
  • cf64cb7 dwarfdump: change format specifier for addresses
  • 482823f read/line: move LineInstruction Display impl to dwarfdump
  • 159f3cf dwarfdump: display indexed addresses in expressions
  • 552cb89 dwarfdump: style changes
  • 36ee540 read: use address size when checking address overflow (#733)
  • 38c185e Delete support for segment selectors (#720)
  • 345d60f read/aranges: handle address range overflow (#732)
  • 450cb69 read/line: check for overflow when advancing the address (#731)
  • 9257192 read/cfi: check for overflow when evaluating DW_CFA_advance_loc (#730)
  • Additional commits viewable in compare view

Updates thiserror from 1.0.61 to 1.0.63

Release notes

Sourced from thiserror's releases.

1.0.63

  • Documentation improvements

1.0.62

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#309)
Commits
  • 915c75e Release 1.0.63
  • 3d5ec25 Merge pull request #312 from dtolnay/backtracedoc
  • de8a1e5 Update documentation of #[from] and #[backtrace] attributes
  • 0bf6e3d Release 1.0.62
  • 4977932 Merge pull request #310 from dtolnay/nestedtuple
  • 40a7779 Support .0.0 nested tuple index
  • f1ca210 Add regression test for issue 309
  • 479744e No need for dead code if struct fields are public
  • 4db08b1 Ignore warning on unused struct in test
  • f2824ae Fill in ignore reasons in all #[ignore] attributes
  • 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 4 updates in the / directory: [clap](https://github.com/clap-rs/clap), [tracing-tree](https://github.com/davidbarsky/tracing-tree), [gimli](https://github.com/gimli-rs/gimli) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap` from 4.5.8 to 4.5.9
- [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.8...v4.5.9)

Updates `tracing-tree` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/davidbarsky/tracing-tree/releases)
- [Commits](https://github.com/davidbarsky/tracing-tree/commits/v0.4.0)

Updates `gimli` from 0.30.0 to 0.31.0
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.30.0...0.31.0)

Updates `thiserror` from 1.0.61 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.63)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
- dependency-name: tracing-tree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: gimli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-crates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-crates
...

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 Jul 22, 2024
@dave-tucker dave-tucker merged commit eda45cc into main Jul 22, 2024
10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-crates-3c70118ea3 branch July 22, 2024 20:48
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