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 group with 5 updates #47

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps the cargo group with 5 updates:

Package From To
clap 4.4.5 4.4.6
ratatui 0.23.1-alpha.3 0.23.1-alpha.4
reqwest 0.11.20 0.11.21
sqlx 0.7.1 0.7.2
thiserror 1.0.48 1.0.49

Updates clap from 4.4.5 to 4.4.6

Release notes

Sourced from clap's releases.

v4.4.6

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream
Changelog

Sourced from clap's changelog.

[4.4.6] - 2023-09-28

Internal

  • Upgrade anstream
Commits

Updates ratatui from 0.23.1-alpha.3 to 0.23.1-alpha.4

Release notes

Sourced from ratatui's releases.

v0.23.1-alpha.4

v0.23.1-alpha.4 - 2023-09-30

Features

  • d077903 (backend) Backend provides window_size, add Size struct (#276)

    For image (sixel, iTerm2, Kitty...) support that handles graphics in
    terms of `Rect` so that the image area can be included in layouts.
    

    For example: an image is loaded with a known pixel-size, and drawn, but the image protocol has no mechanism of knowing the actual cell/character area that been drawn on. It is then impossible to skip overdrawing the area.

    Returning the window size in pixel-width / pixel-height, together with colums / rows, it can be possible to account the pixel size of each cell / character, and then known the Rect of a given image, and also resize the image so that it fits exactly in a Rect.

    Crossterm and termwiz also both return both sizes from one syscall, while termion does two.

    Add a Size struct for the cases where a Rect's x/y is unused (always zero).

    Size is not "clipped" for area < u16::max_value() like Rect. This is why there are From implementations between the two.

  • 301366c (barchart) Render charts smaller than 3 lines (#532)

    The bar values are not shown if the value width is equal the bar width
    and the bar is height is less than one line
    

    Add an internal structure LabelInfo which stores the reserved height for the labels (0, 1 or 2) and also whether the labels will be shown.

    Fixes ratatui-org#513

  • 32e4619 (block) Allow custom symbols for borders (#529) [breaking]

    Adds a new `Block::border_set` method that allows the user to specify
    

... (truncated)

Commits
  • 2fd85af refactor(barchart): simplify internal implementation (#544)
  • 401a7a7 docs: Improve clarity in documentation for Frame and Terminal 📚 (#545)
  • e35e413 docs: Fix terminal comment (#547)
  • 8ae4403 docs: Fix Terminal docstring (#546)
  • 11076d0 fix(rect): fix arithmetic overflow edge cases (#543)
  • 9cfb133 docs: document alpha release process (#542)
  • 4548a9b docs: add BREAKING-CHANGES.md (#538)
  • 61af0d9 docs(examples): make custom widget example into a button (#539)
  • c0991cc docs: make library and README consistent (#526)
  • 301366c feat(barchart): render charts smaller than 3 lines (#532)
  • Additional commits viewable in compare view

Updates reqwest from 0.11.20 to 0.11.21

Release notes

Sourced from reqwest's releases.

v0.11.21

What's Changed

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.

New Contributors

Changelog

Sourced from reqwest's changelog.

v0.11.21

  • Add automatically detecting macOS proxy settings.
  • Add ClientBuilder::tls_info(bool), which will put tls::TlsInfo into the response extensions.
  • Fix trust-dns resolver from possible hangs.
  • Fix connect timeout to be split among multiple IP addresses.
Commits

Updates sqlx from 0.7.1 to 0.7.2

Changelog

Sourced from sqlx's changelog.

0.7.2 - 2023-09-25

23 pull requests were merged this release cycle.

Added

Changed

Fixed

#2121: launchbadge/sqlx#2121 #2533: launchbadge/sqlx#2533 #2538: launchbadge/sqlx#2538 #2577: launchbadge/sqlx#2577 #2602: launchbadge/sqlx#2602 #2624: launchbadge/sqlx#2624 #2628: launchbadge/sqlx#2628 #2630: launchbadge/sqlx#2630 #2634: launchbadge/sqlx#2634 #2646: launchbadge/sqlx#2646 #2650: launchbadge/sqlx#2650 #2651: launchbadge/sqlx#2651 #2664: launchbadge/sqlx#2664

... (truncated)

Commits

Updates thiserror from 1.0.48 to 1.0.49

Release notes

Sourced from thiserror's releases.

1.0.49

  • Access libcore types through ::core in generated code (#255, thanks @​mina86)
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 cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.5` | `4.4.6` |
| [ratatui](https://github.com/ratatui-org/ratatui) | `0.23.1-alpha.3` | `0.23.1-alpha.4` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.20` | `0.11.21` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.7.1` | `0.7.2` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.48` | `1.0.49` |


Updates `clap` from 4.4.5 to 4.4.6
- [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.5...v4.4.6)

Updates `ratatui` from 0.23.1-alpha.3 to 0.23.1-alpha.4
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.23.1-alpha.3...v0.23.1-alpha.4)

Updates `reqwest` from 0.11.20 to 0.11.21
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.20...v0.11.21)

Updates `sqlx` from 0.7.1 to 0.7.2
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchbadge/sqlx/commits)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from ikeycode and ermo as code owners October 3, 2023 09:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2023
@ikeycode
Copy link
Member

ikeycode commented Oct 8, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 8, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 8, 2023
@dependabot dependabot bot deleted the dependabot/cargo/cargo-811b4b4429 branch October 8, 2023 20:27
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