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

chore(deps): bump the rust-patch group with 5 updates #198

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps the rust-patch group with 5 updates:

Package From To
mockall 0.13.0 0.13.1
url 2.5.3 2.5.4
tower-http 0.6.1 0.6.2
html2text 0.13.3 0.13.4
tui-widgets 0.4.0 0.4.1

Updates mockall from 0.13.0 to 0.13.1

Changelog

Sourced from mockall's changelog.

[ 0.13.1 ] - 2024-11-17

Fixed

  • Suppress warnings about the #[expect] lint, new in Rust 1.81.0, in generated code. (#619)

  • Suppress the #[clippy::ref_option] warning, new in Rust 1.83.0, in generated code. (#618)

  • When mocking functions with a closure argument, but not using #[concretize], include any additional trait bounds in the trait object argument passed to .with and .returning. (#606)

  • Fixed naming conflict when mocking multiple traits with same name but from different modules. (#601)

Commits
  • 62f92cb chore: Release
  • 46747dc Format the CHANGELOG
  • 44d319b Better error message when mocking structs with elided lifetimes (#622)
  • a96a23e Suppress #[expect] attributes in the generated code (#619)
  • dee7bcb Clippy: fix unnecessary_map_or lint (#621)
  • e1ac2e1 Suppress the clippy::ref_option warning in generated code (#618)
  • d5b3b46 Clippy cleanup: needless_lifetimes (#611)
  • 97c31d2 Clippy cleanup (#609)
  • 5394a9b Fix missing_docs lints with the latest nightly (#607)
  • 6c5276e During declosurefy, make sure to include additional trait bounds (#606)
  • Additional commits viewable in compare view

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates tower-http from 0.6.1 to 0.6.2

Release notes

Sourced from tower-http's releases.

tower-http-0.6.2

Changed:

  • CompressionBody<B> now propagates B's size hint in its http_body::Body implementation, if compression is disabled (#531)
    • this allows a content-length to be included in an HTTP message with this body for those cases

#531: tower-rs/tower-http#531

New Contributors

Full Changelog: tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2

Commits

Updates html2text from 0.13.3 to 0.13.4

Changelog

Sourced from html2text's changelog.

0.13.4

  • [fixed] Fix a debug assertion from a double-counted length increment (thanks JadedBlueeyes).
Commits
  • 4fcb4f0 Updates for 0.13.4.
  • 378fd88 Merge pull request #188 from jugglerchris/bugfix_187
  • c9447cb Fix a miscalculation of line length leading to a debug assert.
  • See full diff in compare view

Updates tui-widgets from 0.4.0 to 0.4.1

Release notes

Sourced from tui-widgets's releases.

tui-widgets-v0.4.1

⚙️ Miscellaneous Tasks

  • Updated the following local packages: tui-scrollview
Changelog

Sourced from tui-widgets's changelog.

[0.4.1] - 2024-11-23

⚙️ Miscellaneous Tasks

  • Updated the following local packages: tui-scrollview

[0.3.1] - 2024-10-20

🚀 Features

  • (cards) Add new tui-cards library for playing cards

🐛 Bug Fixes

  • Broken links from move to tui-widgets

Other

  • Remove patch from main Cargo.toml file that was pointing at a local path (#38)

  • (deps) Update rstest requirement from 0.22.0 to 0.23.0 (#41)

    Updates the requirements on rstest to permit the latest version.

... (truncated)

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 rust-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mockall](https://github.com/asomers/mockall) | `0.13.0` | `0.13.1` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.1` | `0.6.2` |
| [html2text](https://github.com/jugglerchris/rust-html2text) | `0.13.3` | `0.13.4` |
| [tui-widgets](https://github.com/joshka/tui-widgets) | `0.4.0` | `0.4.1` |


Updates `mockall` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.0...v0.13.1)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `tower-http` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.6.1...tower-http-0.6.2)

Updates `html2text` from 0.13.3 to 0.13.4
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.13.3...0.13.4)

Updates `tui-widgets` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/joshka/tui-widgets/releases)
- [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md)
- [Commits](joshka/tui-widgets@tui-widgets-v0.4.0...tui-widgets-v0.4.1)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: html2text
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
- dependency-name: tui-widgets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from ymgyt as a code owner November 24, 2024 22:36
@dependabot dependabot bot added the dependencies/rust Update rust dependencies label Nov 24, 2024
@github-actions github-actions bot merged commit 16ee46d into main Nov 24, 2024
11 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/rust-patch-7721e61a02 branch November 24, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies/rust Update rust dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants