Closed dependabot[bot] closed 2 months ago
The clippy failures are a good indication of what happens when updating crossterm without updating ratatui as well (ratatui uses crossterm 0.27.0 and there are commands that are crossterm 0.28 that are attempting to be run against the ratatui version of crossterm).
Edit: https://github.com/ratatui-org/ratatui/issues/1298 added to document this
I think we should not write ratatui code mixed with crossterm like this, or only use the crossterm module from ratatui.
I think we should not write ratatui code mixed with crossterm like this, or only use the crossterm module from ratatui.
Agreed - see https://github.com/ratatui-org/ratatui/issues/1298 for some docs. We should probably also add that to the main lib.rs docs too.
Bumps the cargo-dependencies group with 5 updates:
4.5.11
4.5.13
0.27.0
0.28.1
1.0.121
1.0.122
0.21.0
0.22.0
0.5.2
0.5.3
Updates
clap
from 4.5.11 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
66b5a12
chore: Releasea83b724
docs: Update changeloge19469f
Merge pull request #5615 from epage/wrap360bb3b
fix(help): Properly wrap subcommand about58b5bd8
test(help): Show bad subcommand wrappinge1f6320
Merge pull request #5614 from epage/snap7b5b61b
test(help): Switch to snapbox1490e24
chore: Update snapbox6671d93
Merge pull request #5613 from epage/flatten13dfdb3
fix(derive): Improve flattening-skipped-group assertUpdates
crossterm
from 0.27.0 to 0.28.1Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
... (truncated)
Commits
Updates
serde_json
from 1.0.121 to 1.0.122Release notes
Sourced from serde_json's releases.
Commits
54381d6
Release 1.0.12216fb6e0
Work around buggy rust-analyzer behavior49d7d66
Merge pull request #1166 from dtolnay/allocvec6827c7b
Fix json! invocations when std prelude is not in scope611b2a4
Merge pull request #1165 from serde-rs/jsonmac7633cb7
Eliminate local_inner_macros in favor of non-ident macro pathsUpdates
rstest
from 0.21.0 to 0.22.0Release notes
Sourced from rstest's releases.
Changelog
Sourced from rstest's changelog.
Commits
6213428
Prepare 0.22.016591fd
Make clippy happyd40e785
Merge pull request #269 from la10736/fix_typos9110f0c
Fix typo696eaf6
Merge pull request #268 from la10736/arg_destruct3949076
Fixed warning in betad35ade2
Docs and make clippy happy40087a7
Implementation and integration testsfcf732d
Merge pull request #267 from marcobacis/ignore_parametercf9dd0b
update docs, simplified unit testUpdates
tui-big-text
from 0.5.2 to 0.5.3Release notes
Sourced from tui-big-text's releases.
Commits
e0e3027
chore: release (#18)6ade48e
chore: remove changelog footer (#19)07773a5
docs: clean up changelogs (#17)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