-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch updates deps in a semver-compatible way in order to fix https://github.com/shell-pool/shpool/security/dependabot/1. I also had to bump the MSRV to 1.74 for the new deps to build.
- Loading branch information
1 parent
66f1466
commit 593e2d9
Showing
6 changed files
with
208 additions
and
205 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f | ||
- uses: moonrepo/setup-rust@v1 | ||
with: | ||
channel: '1.74.0' | ||
- run: sudo apt-get install zsh fish | ||
- run: cargo test --all-features | ||
|
||
|
@@ -30,7 +32,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f | ||
- uses: moonrepo/setup-rust@v1 | ||
with: | ||
components: rustfmt | ||
channel: nightly | ||
|
@@ -41,7 +43,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f | ||
- uses: moonrepo/setup-rust@v1 | ||
with: | ||
components: clippy | ||
bins: [email protected] | ||
|
@@ -54,7 +56,8 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
- uses: moonrepo/setup-rust@b8edcc56aab474d90c7cf0bb8beeaf8334c15e9f | ||
- uses: moonrepo/setup-rust@v1 | ||
with: | ||
channel: '1.74.0' | ||
bins: cargo-deny | ||
- run: cargo deny --all-features check licenses |
Oops, something went wrong.