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 7 updates #1153

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the non-critical group with 7 updates:

Package From To
anyhow 1.0.79 1.0.80
clap-verbosity-flag 2.1.2 2.2.0
darling 0.20.5 0.20.6
derive_builder 0.13.0 0.20.0
syn 2.0.48 2.0.49
toml_edit 0.22.4 0.22.6
xxhash-rust 0.8.8 0.8.10

Updates anyhow from 1.0.79 to 1.0.80

Release notes

Sourced from anyhow's releases.

1.0.80

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • 5443719 Release 1.0.80
  • dfc7bc0 Work around prelude redundant import warnings
  • 6e4f86b Import from alloc not std, where possible
  • f885a13 Ignore incompatible_msrv clippy false positives in test
  • fefbcbc Ignore incompatible_msrv clippy lint
  • 78f2d81 Update ui test suite to nightly-2024-02-08
  • edd88d3 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view

Updates clap-verbosity-flag from 2.1.2 to 2.2.0

Changelog

Sourced from clap-verbosity-flag's changelog.

[2.2.0] - 2024-02-14

Compatibility

  • Raised MSRV to 1.73

Features

  • Add is_present() to see if one of the flags is present on the command-line
Commits
  • 42895a2 chore: Release clap-verbosity-flag version 2.2.0
  • 527c6e3 docs: Update changelog
  • ca600f1 Merge pull request #94 from BTOdell/feature/is_set
  • ef15043 Update function name and docs.
  • 2fc7470 Add is_set public function.
  • 6420685 Merge pull request #92 from clap-rs/renovate/rust-1.x
  • 1e32275 chore(deps): update msrv to v1.73
  • 84b3db2 Merge pull request #91 from clap-rs/renovate/env_logger-0.x
  • bb266d0 chore(deps): update rust crate env_logger to 0.11.1
  • 63f6db4 chore(deps): update rust crate clap to 4.4.18
  • Additional commits viewable in compare view

Updates darling from 0.20.5 to 0.20.6

Release notes

Sourced from darling's releases.

v0.20.6

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Changelog

Sourced from darling's changelog.

v0.20.6 (February 14, 2024)

  • Fix some missing syn invisible group handling in FromMeta impls #263
  • Fix misleading error message on Error::unexpected_type so it no longer implies the type was a literal #264
  • Impl FromMeta Vec of literals, e.g. LitStr #265
Commits
  • 90ceafc Bump version to 0.20.6
  • a43190f Add FromMeta for Vec of literals(#265)
  • db0e40f Add unit test to confirm negative integer literals work without quotation marks
  • 3ee36d9 Fix some missing syn invisible group handling in FromMeta implementations (#263)
  • 9decd6a CI: Bump GitHub actions/checkout to v4
  • fbcc1b4 Fix misleading error message on UnexpectedType
  • See full diff in compare view

Updates derive_builder from 0.13.0 to 0.20.0

Release notes

Sourced from derive_builder's releases.

v0.20.0

  • Bump syn to version 2 #308
  • Bump darling to version 0.20.6 #308
  • BREAKING CHANGE: Remove support for field(type = "...") as syn no longer allows this. #308
  • Allow omitting quotes on builder(default = ...) expressions #308

v0.13.1

  • Accept field(ty = "...") as an alias for field(type = "...") in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. #306
Commits
  • 07b8bcf Make dev/publish.sh executable
  • 15ba883 Bump version to 0.20.0
  • e567abf Add updated publish script
  • 04bcde6 Update to syn 2 and darling 0.20.6 (#308)
  • 1f0a761 CI: Use latest version of actions/checkout
  • 213dd7d Bump version to 0.13.1
  • 977d023 Merge pull request #306 from colin-kiegel/accept-field-ty
  • 02589bf Accept field(ty = "...") to ease migration to syn 2.0
  • See full diff in compare view

Updates syn from 2.0.48 to 2.0.49

Release notes

Sourced from syn's releases.

2.0.49

  • Improve error location when parsing from an empty string literal using LitStr::parse (#1590)
Commits
  • e64c063 Release 2.0.49
  • 981359c Merge pull request #1590 from dtolnay/streof
  • 51298d4 Improve error location at eof in LitStr::parse
  • 270c633 Update test suite to nightly-2024-02-13
  • dc9cf16 Remove FilterAttrs trait when unused
  • 7dcfac7 Ignore dead_code warning in test
  • 9831844 Update signature of Emitter::emit_diagnostic in nightly-2024-02-07
  • 9e8033f Update test suite to nightly-2024-02-07
  • cb3348c Update test suite to nightly-2024-01-23
  • 15b9dbc Update test suite to nightly-2024-01-19
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.4 to 0.22.6

Commits

Updates xxhash-rust from 0.8.8 to 0.8.10

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 non-critical group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `2.1.2` | `2.2.0` |
| [darling](https://github.com/TedDriggs/darling) | `0.20.5` | `0.20.6` |
| [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) | `0.13.0` | `0.20.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.48` | `2.0.49` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.4` | `0.22.6` |
| [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) | `0.8.8` | `0.8.10` |


Updates `anyhow` from 1.0.79 to 1.0.80
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.80)

Updates `clap-verbosity-flag` from 2.1.2 to 2.2.0
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.1.2...v2.2.0)

Updates `darling` from 0.20.5 to 0.20.6
- [Release notes](https://github.com/TedDriggs/darling/releases)
- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)
- [Commits](TedDriggs/darling@v0.20.5...v0.20.6)

Updates `derive_builder` from 0.13.0 to 0.20.0
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.13.0...v0.20.0)

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

Updates `toml_edit` from 0.22.4 to 0.22.6
- [Commits](toml-rs/toml@v0.22.4...v0.22.6)

Updates `xxhash-rust` from 0.8.8 to 0.8.10
- [Commits](https://github.com/DoumanAsh/xxhash-rust/commits)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: darling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: derive_builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: xxhash-rust
  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 Feb 19, 2024
@maciektr maciektr added this pull request to the merge queue Feb 19, 2024
Merged via the queue into main with commit dcef6bc Feb 19, 2024
21 checks passed
@maciektr maciektr deleted the dependabot/cargo/non-critical-0e1389dd2d branch February 19, 2024 10:46
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