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

Bump the non-critical group with 3 updates #1002

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the non-critical group with 3 updates: clap-verbosity-flag, syn and thiserror.

Updates clap-verbosity-flag from 2.1.0 to 2.1.1

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.1.1] - 2023-12-15

Fixes

  • Tried to clarify help output for -v / -q

Documentation

  • Tried to clarify role of LogLevel trait
Commits
  • ab82fa9 chore: Release clap-verbosity-flag version 2.1.1
  • 10db805 docs: Update changelog
  • 8b716f3 Merge pull request #79 from epage/help
  • 45c4a59 fix: Adjust default help
  • d415548 docs: Add help output to examples
  • 012f616 Merge pull request #78 from epage/docs
  • a06396f docs: Clarify role of each API item
  • c5c21e5 chore: Update from '_rust/main'
  • 8c836ea Merge pull request #10 from epage/renovate/migrate-config
  • 598c624 chore(config): migrate config .github/renovate.json5
  • Additional commits viewable in compare view

Updates syn from 2.0.40 to 2.0.41

Release notes

Sourced from syn's releases.

2.0.41

  • Support parsing syn::Field in parse_quote! (#1548)
Commits
  • 63b1701 Release 2.0.41
  • 920ab7d Merge pull request #1548 from dtolnay/parsequotefield
  • 5e15924 Test parse_quote implementation for Field
  • c268c67 Support parsing Field in parse_quote
  • 2ab0f6a Merge pull request #1547 from dtolnay/testparsequote
  • 46172a4 Add parse_quote tests
  • 0fcdad0 Support punctuated Pairs iterator in snapshot tests
  • 06161ba Update test suite to nightly-2023-12-12
  • See full diff in compare view

Updates thiserror from 1.0.50 to 1.0.51

Release notes

Sourced from thiserror's releases.

1.0.51

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)
Commits
  • 0555b80 Release 1.0.51
  • b94add8 Add ui test where fallback impl conflicts with handwritten Display
  • 02c6a55 Merge pull request #266 from dtolnay/fallback
  • 1754825 Work around trivial bounds being unstable
  • 1567f40 Try to remove "doesn't implement Debug" in fallback expansion
  • d7e3bdd Fix redundant "Error doesn't implement Display" in fallback
  • 7e5ff62 Emit an Error impl even in the presence of bad attributes
  • 0444cd5 Merge pull request #265 from dtolnay/fallbackfixme
  • b010e52 Add test looking for invalid input to still generate an impl
  • 1c6c4bb Merge pull request #264 from dtolnay/errortraitpath
  • Additional commits viewable 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 non-critical group with 3 updates: [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag), [syn](https://github.com/dtolnay/syn) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `clap-verbosity-flag` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.1.0...v2.1.1)

Updates `syn` from 2.0.40 to 2.0.41
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.40...2.0.41)

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

---
updated-dependencies:
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
...

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 Dec 18, 2023
@maciektr maciektr added this pull request to the merge queue Dec 18, 2023
Merged via the queue into main with commit eefa7ad Dec 18, 2023
20 checks passed
@maciektr maciektr deleted the dependabot/cargo/non-critical-11d937222e branch December 18, 2023 11:21
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