Skip to content

Commit

Permalink
chore(deps): unpin and bump trycmd (#572)
Browse files Browse the repository at this point in the history
The MSRV of 1.64 is long gone and now 1.74. Therefore, the `trycmd`
dev-dependency can be unpinned and bumped to the latest version.
  • Loading branch information
dnaka91 authored Jul 16, 2024
1 parent ee4ef17 commit 4543901
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 88 deletions.
164 changes: 78 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tokio-console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,4 @@ dirs = "5"
hyper-util = { version = "0.1.6", features = ["tokio"] }

[dev-dependencies]
# Use 1.64.0 compatible version of `trycmd@0.13.6`.
trycmd = "=0.13.6"
trycmd = "0.15.4"

0 comments on commit 4543901

Please sign in to comment.