Skip to content

Commit

Permalink
chore: Bump deps (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch authored Nov 7, 2024
1 parent 60ec664 commit 13a7ffe
Show file tree
Hide file tree
Showing 7 changed files with 1,070 additions and 672 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ jobs:
run: cargo test --workspace --no-default-features

msrv:
name: "check MSRV: 1.77.1"
name: "check MSRV: 1.80.1"
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.77.1 # MSRV
toolchain: 1.80.1 # MSRV
- uses: Swatinem/rust-cache@v2
- name: default features
run: cargo check --workspace --all-targets
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.74.0 # MSRV
toolchain: 1.80.1 # MSRV
components: clippy
- uses: Swatinem/rust-cache@v2
- name: install SARIF tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
Loading

0 comments on commit 13a7ffe

Please sign in to comment.