Conversation
```sh
❯ cargo upgrade
Checking timr-tui's dependencies
name old req compatible latest new req
==== ======= ========== ====== =======
tokio 1.45.1 1.47.1 1.47.1 1.47.1
tokio-util 0.7.15 0.7.16 0.7.16 0.7.16
tracing-subscriber 0.3.19 0.3.20 0.3.20 0.3.20
clap 4.5.40 4.5.48 4.5.48 4.5.48
time 0.3.41 0.3.44 0.3.44 0.3.44
thiserror 2.0.12 2.0.17 2.0.17 2.0.17
Upgrading recursive dependencies
Locking 0 packages to latest Rust 1.90.0 compatible versions
note: pass `--verbose` to see 2 unchanged dependencies behind latest
note: Re-run with `--incompatible` to upgrade incompatible version requirements
note: Re-run with `--verbose` to show more dependencies
incompatible: 4 packages
latest: 8 packages
```
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
❯ cargo upgrade Checking timr-tui's dependencies name old req compatible latest new req ==== ======= ========== ====== ======= tokio 1.45.1 1.47.1 1.47.1 1.47.1 tokio-util 0.7.15 0.7.16 0.7.16 0.7.16 tracing-subscriber 0.3.19 0.3.20 0.3.20 0.3.20 clap 4.5.40 4.5.48 4.5.48 4.5.48 time 0.3.41 0.3.44 0.3.44 0.3.44 thiserror 2.0.12 2.0.17 2.0.17 2.0.17 Upgrading recursive dependencies Locking 0 packages to latest Rust 1.90.0 compatible versions note: pass `--verbose` to see 2 unchanged dependencies behind latest note: Re-run with `--incompatible` to upgrade incompatible version requirements note: Re-run with `--verbose` to show more dependencies incompatible: 4 packages latest: 8 packagesAnd fix
test_parse_duration_by_time.