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 all group with 2 updates #201

Merged
merged 5 commits into from
Feb 9, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 2 updates: serde_with and clap.

Updates serde_with from 3.6.0 to 3.6.1

Release notes

Sourced from serde_with's releases.

serde_with v3.6.1

Changed

  • Eliminate dependency on serde's "derive" feature by @​dtolnay (#694) This allows parallel compilation of serde and serde_derive which can speed up the wallclock time. It requires that downstream crates do not use the "derive" feature either.
Commits
  • 76cf252 Bump version to v3.6.1 (#696)
  • 6872fa8 Bump version to v3.6.1
  • 6211d20 Eliminate dependency on serde's "derive" feature (#694)
  • 5e6a115 Eliminate dependency on serde's "derive" feature
  • d145a45 Update ahash to 0.8.7 to accommodate stdsimd change in nightly (#695)
  • 2b17850 Update ahash to 0.8.7 to accommodate stdsimd change in nightly
  • caba452 Bump the github-actions group with 1 update (#693)
  • 54a665d Bump the github-actions group with 1 update
  • See full diff in compare view

Updates clap from 4.4.18 to 4.5.0

Changelog

Sourced from clap's changelog.

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74
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 all group with 2 updates: [serde_with](https://github.com/jonasbb/serde_with) and [clap](https://github.com/clap-rs/clap).


Updates `serde_with` from 3.6.0 to 3.6.1
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.6.0...v3.6.1)

Updates `clap` from 4.4.18 to 4.5.0
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Automated pull requests that update dependencies. dependencies::rust Automated pull requests that update Rust code. labels Feb 9, 2024
@ozgurakgun
Copy link
Contributor

how did formatting fail in this PR???

@niklasdewally
Copy link
Collaborator

niklasdewally commented Feb 9, 2024

how did formatting fail in this PR???

Seems all the coverage and formatting stuff also runs on changes to Cargo.*. I will fix.

@ozgurakgun
Copy link
Contributor

but why would it fail?

@niklasdewally
Copy link
Collaborator

but why would it fail?

looks like it's some of my code that isnt properly formatted -sorry!

@ozgurakgun
Copy link
Contributor

looks like it's some of my code that isnt properly formatted -sorry!

but then how did that code get in? I thought we were checking rust fmt in every PR. weird.

@ozgurakgun ozgurakgun merged commit 8b24a8e into main Feb 9, 2024
11 checks passed
@ozgurakgun ozgurakgun deleted the dependabot/cargo/all-d58ba62f53 branch February 9, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies::rust Automated pull requests that update Rust code. dependencies Automated pull requests that update dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants