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 dependencies group with 3 updates #41

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: clap, terminal_size and toml.

Updates clap from 4.4.2 to 4.4.3

Release notes

Sourced from clap's releases.

v4.4.3

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules
Changelog

Sourced from clap's changelog.

[4.4.3] - 2023-09-12

Documentation

  • (derive) Clarify use of attributes within the tutorial
  • Split sections in the builder and derive tutorials into separate modules
Commits
  • e9668b3 chore: Release
  • bc4986e docs: Update changelog
  • 3d53641 Merge pull request #5122 from epage/docs
  • 32586c7 docs(tutorial): Split into separate modules per section
  • 5f6d4a3 docs(tutorial): Split out into a module
  • 20987de Merge pull request #5121 from epage/docs
  • 9e7404b docs(tutorial): Attempt to clarify attributes
  • db97a2c docs(derive): Clarify value attributes are for PossibleValue
  • 37ba607 chore: Release
  • 3234c74 docs: Update changelog
  • Additional commits viewable in compare view

Updates terminal_size from 0.2.6 to 0.3.0

Release notes

Sourced from terminal_size's releases.

v0.3.0

What's Changed

  • Check all streams (out/err/in) to find one that has a tty and size by @​eminence in eminence/terminal-size#58
    • Note that this is a subtle change in behavior, since the terminal_size() function will now return success in cases more cases than before
  • Update to rustix 0.38 by @​chenx97 in eminence/terminal-size#57
    • This change bumps the MSRV from 1.48.0 to 1.63.0

Full Changelog: eminence/terminal-size@v0.2.6...v0.3.0

Commits
  • 2983b7b Release v0.3.0
  • 27a4459 Merge pull request #57 from chenx97/rustix-0.38
  • c24c1c3 Bump MSRV to 1.63.0
  • 78e13c7 Update to rustix 0.38
  • 18c58b1 Merge pull request #58 from eminence/check_all_streams
  • 08f0e73 Check all streams (out/err/in) to find one that has a tty and size
  • See full diff in compare view

Updates toml from 0.7.8 to 0.8.0

Commits
  • 310f6ee chore: Release
  • 90da8bc docs: Update changelog
  • f3e120f Merge pull request #608 from epage/enum
  • 58a7101 fix(serde): Support struct variants as table of a table
  • 88a4dba fix(serde): Support tuple variants as table of an array
  • cf06b83 test(serde): Verify both Table and Value serializers
  • 4ffa44e test(serde): Make parameter order more consistent
  • 2b7c34c test(serde): Focus on string serialization first
  • e2a6a1c test(serde): Verify existing variant behavior
  • 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

Bumps the dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [terminal_size](https://github.com/eminence/terminal-size) and [toml](https://github.com/toml-rs/toml).


Updates `clap` from 4.4.2 to 4.4.3
- [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.2...v4.4.3)

Updates `terminal_size` from 0.2.6 to 0.3.0
- [Release notes](https://github.com/eminence/terminal-size/releases)
- [Commits](eminence/terminal-size@v0.2.6...v0.3.0)

Updates `toml` from 0.7.8 to 0.8.0
- [Commits](toml-rs/toml@toml-v0.7.8...toml-v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@bensadeh bensadeh merged commit 08bce61 into main Sep 18, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/dependencies-b12c05a7a3 branch September 18, 2023 05:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant