-
Notifications
You must be signed in to change notification settings - Fork 11
chore(deps): bump the cargo-dependencies group across 1 directory with 5 updates #79
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…h 5 updates Bumps the cargo-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [insta](https://github.com/mitsuhiko/insta) | `1.42.2` | `1.43.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.32` | `4.5.37` | | [color-eyre](https://github.com/eyre-rs/eyre) | `0.6.3` | `0.6.4` | | [crossterm](https://github.com/crossterm-rs/crossterm) | `0.28.1` | `0.29.0` | | [time](https://github.com/time-rs/time) | `0.3.39` | `0.3.41` | Updates `insta` from 1.42.2 to 1.43.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.2...1.43.1) Updates `clap` from 4.5.32 to 4.5.37 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.32...clap_complete-v4.5.37) Updates `color-eyre` from 0.6.3 to 0.6.4 - [Commits](https://github.com/eyre-rs/eyre/compare/[email protected]) Updates `crossterm` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) Updates `time` from 0.3.39 to 0.3.41 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.39...v0.3.41) --- updated-dependencies: - dependency-name: insta dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: color-eyre dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: time dependency-version: 0.3.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
39be54e
to
03dbd0d
Compare
… color-eyre update
This fixes compilation issues with multiple versions of crossterm. There may still be a conflict that occurs due to having multiple versions of crossterm in the app which would be caused by window resize events being recorded in one version and not being seen by the other
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
=======================================
Coverage 38.22% 38.22%
=======================================
Files 5 5
Lines 450 450
=======================================
Hits 172 172
Misses 278 278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
[email protected] requires rustc 1.82.0
Merged
joshka
pushed a commit
that referenced
this pull request
May 7, 2025
## 🤖 New release * `tui-markdown`: 0.3.4 -> 0.3.5 (✓ API compatible changes) * `markdown-reader`: 0.1.24 -> 0.1.25 <details><summary><i><b>Changelog</b></i></summary><p> ## `tui-markdown` <blockquote> ## [0.3.5](tui-markdown-v0.3.4...tui-markdown-v0.3.5) - 2025-05-07 ### Other - *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#79](#79)) </blockquote> ## `markdown-reader` <blockquote> ## [0.1.25](markdown-reader-v0.1.24...markdown-reader-v0.1.25) - 2025-05-07 ### Other - *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#79](#79)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-dependencies group with 5 updates in the / directory:
1.42.2
1.43.1
4.5.32
4.5.37
0.6.3
0.6.4
0.28.1
0.29.0
0.3.39
0.3.41
Updates
insta
from 1.42.2 to 1.43.1Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
82c6224
Update runners fordist
on musl (#769)c055282
Bump versions to 1.43.1 (#767)7335b55
Update runners fordist
(#768)34196da
bump version to 1.43.0 (#763)fd8ec9f
fix--unreferenced=auto
clearing new pending snapshots (#762)f781958
Rename process_snapshots function to review_snapshots for clarity (#761)93b12c6
Add pre-commit hook for Rust code formatting (#760)e91a7ac
fixunreferenced
not being read from config file (#759)7aa23e0
small simplification of macros (#758)2c30a7f
Run with--force-update-snapshots
(#749)Updates
clap
from 4.5.32 to 4.5.37Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c54ffa1
chore: Release26eab7b
docs: Update changelogf275804
Merge pull request #5805 from epage/style7c7742c
fix(complete): Adjust dynamic for MSRVf1ae3c0
style: Make clippy happy5c932b7
chore(deps): Update Rust crate divan to v0.1.15 (#5798)bc0537f
chore(deps): Update compatible (dev) (#5797)7a6475e
chore: Release0266c41
docs: Update changelog6ec0b43
Merge pull request #5791 from okapia/zsh-default-fallbackUpdates
color-eyre
from 0.6.3 to 0.6.4Commits
97c8469
Undo eyre version bump067cf05
Bump color-eyre to 0.6.4 (#229)9943e52
Update PyO3, clippy fixes (#228)a48e365
Bump color-eyre to 0.6.4b14c715
Merge branch 'clippy' into pyo34f70655
Update pyo37b1a204
Clippy fixesc4ee249
Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump...7706273
emit rustc-check-cfg info and fix doc_lazy_continuation clippy warning (#200)fc83cb8
chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)Updates
crossterm
from 0.28.1 to 0.29.0Release notes
Sourced from crossterm's releases.
Changelog
Sourced from crossterm's changelog.
Commits
Updates
time
from 0.3.39 to 0.3.41Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
cc35dcf
v0.3.41 release6de297b
v0.3.40 releasec386cac
Movedays_in_month
totime-core
84f3a75
Remove two-way conversion in arithmetic79a4b62
Move interop between datetime types to single mod56187f1
Remove region markers1bc4ce0
Update toderanged
0.4ad945a9
Fix UI tests, build on MSRVb2b602a
Permit visibility inserde::format_description!
e3dcbd3
Pull floored division algorithm from stdlibDependabot 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