Skip to content

Commit

Permalink
upgrade deps to fix security alert
Browse files Browse the repository at this point in the history
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
ethanpailes committed Mar 14, 2024
1 parent 66f1466 commit 593e2d9
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 205 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,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'
bins: cargo-deny
- run: cargo deny --all-features check

Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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]
Expand All @@ -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
Loading

0 comments on commit 593e2d9

Please sign in to comment.